CallToolCommand
openmolt / CallToolCommand
Interface: CallToolCommand
Defined in: types/index.ts:273
Command: call a tool from a registered integration.
Properties
input
input:
Record<string,unknown>
Defined in: types/index.ts:280
Input object to pass to the tool.
integration
integration:
string
Defined in: types/index.ts:276
Handle of the integration that owns the tool.
tool
tool:
string
Defined in: types/index.ts:278
Handle of the tool to call.
type
type:
"callTool"
Defined in: types/index.ts:274