/tool-planning/execute
post
Execute a tool planning
Body
one ofOptional
or
Responses
200Success
application/json
post
POST /chat/v1/tool-planning/execute HTTP/1.1
Host: api.kirha.ai
Content-Type: application/json
Accept: */*
Content-Length: 149
{
"summarization": {
"enable": false,
"model": "kirha"
},
"include_raw_data": true,
"include_planning": false,
"mode": "auto",
"query": "text",
"vertical_id": "text"
}
200Success
{
"id": "text",
"summary": "text",
"raw_data": [
{
"step_id": "text",
"tool_name": "text",
"parameters": {},
"output": {}
}
],
"planning": {
"status": "success",
"steps": [
{
"id": "text",
"tool_name": "text",
"parameters": {},
"reasoning": "text"
}
],
"reason": "text"
}
}
Last updated