Skip to content

AgentStreamHandle

AgentStreamHandle<Tools, TOutput> = AgentStreamResult<Tools, TOutput> & object

Defined in: packages/core/src/agent/types.ts:77

agentCallId: string

Stable id for this agent episode; available before agent_started is emitted.

cancel: () => void

void

Tools extends ToolSet = ToolSet

TOutput = unknown