Skip to main content

Class: StreamingAgentChatResponse

Constructors

constructor

new StreamingAgentChatResponse(response, sources?, sourceNodes?): StreamingAgentChatResponse

Parameters

NameType
responseAsyncIterable<Response>
sources?ToolOutput[]
sourceNodes?BaseNode<Metadata>[]

Returns

StreamingAgentChatResponse

Defined in

packages/core/src/engines/chat/types.ts:97

Properties

response

response: AsyncIterable<Response>

Defined in

packages/core/src/engines/chat/types.ts:92


sourceNodes

Optional sourceNodes: BaseNode<Metadata>[]

Defined in

packages/core/src/engines/chat/types.ts:95


sources

sources: ToolOutput[]

Defined in

packages/core/src/engines/chat/types.ts:94