insights.tools
Get Insight Tool Definitions
Get a InsightTool by Name.
get/api/v1/insights/tool-definitions
Response
Successful Response
Example response
[
{
"id": 1,
"name": "llm_tool",
"description": "An LLM tool evaluates a transcript with a given prompt",
"tool_parameters": {
"prompt": "string"
},
"tool_result_set": {
"summary": "string"
}
}
]