Skip to main content

ToolRuntimeSpec

Agent Runtimes


Agent Runtimes / types/tools / ToolRuntimeSpec

Interface: ToolRuntimeSpec

Defined in: src/types/tools.ts:9

Runtime binding metadata for a tool implementation.

Properties

language

language: "python" | "typescript"

Defined in: src/types/tools.ts:11

Implementation language


method

method: string

Defined in: src/types/tools.ts:15

Callable/function name in the package


package

package: string

Defined in: src/types/tools.ts:13

Module/package containing the implementation