Properties
Protected
done
done: boolean = false
Protected
Readonly
messageCache
messageCache: LanguageModelStreamResponsePart[] = ...
Protected
Optional
Readonly
model
model?: string
Protected
Readonly
requestId
requestId: string
Protected
Readonly
requestQueue
requestQueue: Deferred<IterResult>[] = ...
Protected
Readonly
stream
stream: ChatCompletionStream<null>
Protected
terminalError
terminalError: undefined | Error = undefined
Protected
Readonly
toDispose
toDispose: DisposableCollection = ...
Protected
Optional
Readonly
tokenUsageService
tokenUsageService?: TokenUsageService