ToolContext
openmolt / ToolContext
Interface: ToolContext
Defined in: types/index.ts:113
Tool execution context passed to execute functions.
Properties
agentName
agentName:
string
Defined in: types/index.ts:115
Name of the agent executing the tool.
config?
optionalconfig:Record<string,unknown>
Defined in: types/index.ts:119
Resolved credential config for the current agent.
integrationHandle
integrationHandle:
string
Defined in: types/index.ts:117
Handle of the integration this tool belongs to.