PromptCompletionModelChunkReceivedEvent type

Type signature for the chunkReceived event of a PromptCompletionModel.

type PromptCompletionModelChunkReceivedEvent = (
  context: TurnContext,
  memory: Memory,
  chunk: PromptChunk
) => void