v4
latestOpenAPI 3.1.02026-08-086635375.7 KBTools
create tool
Create a new tool for function calling in persona sessions
post/v1/tools
Request body
Example request
{
"name": "search_knowledge_base",
"description": "Search the knowledge base for information about products and services",
"type": "SERVER_RAG",
"config": {
"documentFolderIds": [
"67d27a9f-0ce1-4432-848b-8ab2b97f024b"
]
}
}Response
Successfully created tool
Example response
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "search_knowledge_base",
"description": "Search the knowledge base for product information"
}