Class MutableChatRequestModel

Implements

Constructors

Properties

_agentId?: string
_context: ChatContext
_data: {
    [key: string]: unknown;
}

Type declaration

  • [key: string]: unknown
_id: string
_isEditing: boolean = false
_request: ChatRequest
editContextManager: ChatContextManagerImpl
toDispose: DisposableCollection = ...

Accessors

Methods