Attach a knowledge base to an agent
attach_knowledge_baseAttach a knowledge base to an agent so it can answer calls using those documents. This additive action preserves existing attachments and reports the before/after state.
Instructions
Attach a knowledge base to an agent so it can answer from those documents during calls. An agent may hold more than one knowledge base, so this is additive and does not replace existing attachments. The result reports the agent's attachments before and after. Note: for multi-prompt agents the Ringg API accepts the attachment but does not report attachments back, so the result will say the outcome could not be verified. Use list_knowledge_bases to find a kb_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kb_id | Yes | The knowledge base UUID, from list_knowledge_bases. | |
| agent_id | Yes | The agent's UUID. |