Tool Runtime

tool_runtime

Methods

Run A Tool With The Given Arguments ->
post/alpha/tool-runtime/invoke

Run a tool with the given arguments

List Tools ->
post/alpha/tool-runtime/list-tools
Parameters
tool_group_id: string
Optional
X-LlamaStack-Client-Version: string
Optional
X-LlamaStack-Provider-Data: string
Optional
Response fields
Request example

Domain types

ToolDef = { name, description, metadata, 1 more... }
ToolInvocationResult = { content, error_code, error_message }