POST Tools Execute
curl -X POST "https://api.kirha.ai/chat/v1/tools/execute" \ -H "Content-Type: application/json" \ -d '{ "tool_name": "string" }'{
"tool_name": "string",
"output": {},
"is_error": true,
"error_message": "string",
"usage": {
"estimated": 0,
"consumed": 0
}
}