pydo.genai.attach_knowledge_bases()
Generated on 18 Nov 2025
from pydo version
v0.21.0
Description
To attach knowledge bases to an agent, send a POST request to /v2/gen-ai/agents/{agent_uuid}/knowledge_bases
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
agent_uuid |
string | True | A unique identifier for an agent. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.