Tool Runtime

tool_runtime

Methods

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

Run a tool with the given arguments

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

Domain types

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