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

Domain types

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