Skip to main content

Module tool_types

Module tool_types 

Source
Expand description

Generic tool definition types.

ToolDef and ArgumentDef are shared across MCP adapters and other tool-bridging code. They originally lived in the program module but were extracted here as part of the RFC-009 Skill unification.

Structsยง

ArgumentDef
Argument definition for a tool.
ToolDef
Definition of a tool exposed by an external source (MCP server, etc.).