Theia API Documentation v1.65.0
    Preparing search index...

    The ChatResponseModel wraps the actual ChatResponse with additional information like the current state, progress messages, a unique id etc.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _agentId?: string
    _cancellationToken: CancellationTokenSource
    _errorObject: undefined | Error
    _id: string
    _isComplete: boolean
    _isError: boolean
    _isWaitingForInput: boolean
    _onDidChangeEmitter: Emitter<void> = ...
    _progressMessages: ChatProgressMessage[]
    _requestId: string
    _response: ChatResponseImpl
    data: {} = {}

    Some functionality might want to store some data associated with the response. This can be used to store and retrieve such data.

    onDidChange: Event<void> = ...

    Use this to be notified for any change in the response model

    Accessors

    Methods