ToolRunner typedef

ToolRunner = ToolExecutor

Executor invoked when the model calls a registered tool.

Receives the decoded call arguments and returns a JSON-encodable result.

Implementation

typedef ToolRunner = ToolExecutor;