Skip to main content

Type Alias: AgentOSToolCallExecutionMode

AgentOSToolCallExecutionMode = "internal" | "external"

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:80

Indicates whether a tool request is informational because the runtime will execute the tool internally, or whether the host must execute the tool and resume the turn through handleToolResult(...).