AgentStreamHandle
AgentStreamHandle<
Tools,TOutput> =AgentStreamResult<Tools,TOutput> &object
Defined in: packages/core/src/agent/types.ts:77
Type Declaration
Section titled “Type Declaration”agentCallId
Section titled “agentCallId”agentCallId:
string
Stable id for this agent episode; available before agent_started is emitted.
cancel
Section titled “cancel”cancel: () =>
void
Returns
Section titled “Returns”void
Type Parameters
Section titled “Type Parameters”Tools extends ToolSet = ToolSet
TOutput
Section titled “TOutput”TOutput = unknown