ToolRuntimeSpec
Agent Runtimes / types/tools / ToolRuntimeSpec
Interface: ToolRuntimeSpec
Defined in: types/tools.ts:9
Runtime binding metadata for a tool implementation.
Properties
language
language:
"python"|"typescript"
Defined in: types/tools.ts:11
Implementation language
method
method:
string
Defined in: types/tools.ts:15
Callable/function name in the package
package
package:
string
Defined in: types/tools.ts:13
Module/package containing the implementation