AgentStreamResult
AgentStreamResult<
Tools,TOutput> =object
Defined in: packages/core/src/agent/types.ts:63
Type Parameters
Section titled “Type Parameters”Tools extends ToolSet = ToolSet
TOutput
Section titled “TOutput”TOutput = unknown
Properties
Section titled “Properties”finished
Section titled “finished”finished:
Promise<AgentRunResult<Tools,TOutput>>
Defined in: packages/core/src/agent/types.ts:66
fullStream
Section titled “fullStream”fullStream:
StreamTextResult<Tools,TOutput>["fullStream"]
Defined in: packages/core/src/agent/types.ts:65
textStream
Section titled “textStream”textStream:
StreamTextResult<Tools,TOutput>["textStream"]
Defined in: packages/core/src/agent/types.ts:64