Type alias AgentOSToolCallExecutionMode

AgentOSToolCallExecutionMode: "internal" | "external"

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(...).