Hierarchy (view full)

Constructors

Properties

label: string = 'openai.LLMStream'

Accessors

  • get chatCtx(): ChatContext
  • The initial chat context of this stream.

    Returns ChatContext

  • get fncCtx(): undefined | FunctionContext
  • The function context of this stream.

    Returns undefined | FunctionContext

  • get functionCalls(): FunctionCallInfo<any, any>[]
  • List of called functions from this stream.

    Returns FunctionCallInfo<any, any>[]

Methods

  • Returns void

  • Returns Promise<IteratorResult<ChatChunk, any>>