Tool Runtime
tool_runtime
Methods
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
post/alpha/tool-runtime/list-tools
Domain types
ToolDef = { name, description, metadata, 1 more... }
ToolInvocationResult = { content, error_code, error_message }