Class ErrorChatResponseModelImpl

Hierarchy

  • ChatResponseModelImpl
    • ErrorChatResponseModelImpl

Constructors

Properties

_agentId?: string
_errorObject: undefined | Error
_id: string
_isCanceled: boolean
_isComplete: boolean
_isError: boolean
_isWaitingForInput: boolean
_onDidChangeEmitter: Emitter<void> = ...
_progressMessages: ChatProgressMessage[]
_requestId: string
_response: ChatResponseImpl
onDidChange: Event<void> = ...

Accessors

Methods