Skip to main content

KnowledgeDocumentDirectoryCreate

product_id object

Main app product id that owns this knowledge directory.

anyOf
integer
agent_idAgent Idrequired

Agent id whose chatbot can retrieve knowledge from this directory.

nameNamerequired

Human-readable directory name used to group knowledge documents in RAG context.

descriptionDescription

Optional directory description that helps explain what this directory contains.

Default value:
KnowledgeDocumentDirectoryCreate
{
"product_id": 0,
"agent_id": 0,
"name": "string",
"description": ""
}