Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-chat
ChatModel
Interface ChatModel
interface
ChatModel
{
id
:
string
;
location
:
ChatAgentLocation
;
onDidChange
:
Event
<
ChatChangeEvent
>
;
getRequests
(
)
:
ChatRequestModel
[]
;
isEmpty
(
)
:
boolean
;
}
Implemented by
ChatModelImpl
Index
Properties
id
location
on
Did
Change
Methods
get
Requests
is
Empty
Properties
Readonly
id
id
:
string
Readonly
location
location
:
ChatAgentLocation
Readonly
on
Did
Change
on
Did
Change
:
Event
<
ChatChangeEvent
>
Methods
get
Requests
get
Requests
(
)
:
ChatRequestModel
[]
Returns
ChatRequestModel
[]
is
Empty
is
Empty
(
)
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
id
location
on
Did
Change
get
Requests
is
Empty
Theia TypeDoc
Loading...