Skip to main content

Interface: ResponseBuilderParamsNonStreaming

Extends

Properties

prevResponse?

optional prevResponse: string

Inherited from

ResponseBuilderParamsBase.prevResponse

Defined in

packages/llamaindex/src/synthesizers/types.ts:31


query

query: string

Inherited from

ResponseBuilderParamsBase.query

Defined in

packages/llamaindex/src/synthesizers/types.ts:29


stream?

optional stream: null | false

Defined in

packages/llamaindex/src/synthesizers/types.ts:41


textChunks

textChunks: string[]

Inherited from

ResponseBuilderParamsBase.textChunks

Defined in

packages/llamaindex/src/synthesizers/types.ts:30