PromptChunk interface

Streaming chunk passed in the sendChunk event of a PromptCompletionClient.

Properties

delta

Delta for the response message being buffered up.

Property Details

delta

Delta for the response message being buffered up.

delta?: Partial<Message<string>>

Property Value

Partial<Message<string>>