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