Hierarchy (view full)

Constructors

Accessors

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

    Returns ChatContext

  • get connOptions(): APIConnectOptions
  • The connection options for this stream.

    Returns APIConnectOptions

  • get toolCtx(): undefined | ToolContext
  • The function context of this stream.

    Returns undefined | ToolContext

Methods

  • Returns void

  • Returns Promise<IteratorResult<ChatChunk, any>>