pydo.genai.attach_knowledge_bases()
Generated on 17 Jul 2025
from pydo
version
v0.13.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.