Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-chat
ChatModel
Interface ChatModel
interface
ChatModel
{
changeSet
?:
ChangeSet
;
context
:
ChatContextManager
;
id
:
string
;
location
:
ChatAgentLocation
;
onDidChange
:
Event
<
ChatChangeEvent
>
;
settings
?:
{
[
key
:
string
]
:
unknown
;
}
;
suggestions
:
readonly
ChatSuggestion
[]
;
getBranches
(
)
:
ChatHierarchyBranch
<
ChatRequestModel
>
[]
;
getRequests
(
)
:
ChatRequestModel
[]
;
isEmpty
(
)
:
boolean
;
}
Implemented by
MutableChatModel
Index
Properties
change
Set?
context
id
location
on
Did
Change
settings?
suggestions
Methods
get
Branches
get
Requests
is
Empty
Properties
Optional
Readonly
change
Set
change
Set
?:
ChangeSet
Readonly
context
context
:
ChatContextManager
Readonly
id
id
:
string
Readonly
location
location
:
ChatAgentLocation
Readonly
on
Did
Change
on
Did
Change
:
Event
<
ChatChangeEvent
>
Optional
Readonly
settings
settings
?:
{
[
key
:
string
]
:
unknown
;
}
Type declaration
[
key
:
string
]:
unknown
Readonly
suggestions
suggestions
:
readonly
ChatSuggestion
[]
Methods
get
Branches
get
Branches
(
)
:
ChatHierarchyBranch
<
ChatRequestModel
>
[]
Returns
ChatHierarchyBranch
<
ChatRequestModel
>
[]
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
change
Set
context
id
location
on
Did
Change
settings
suggestions
get
Branches
get
Requests
is
Empty
Theia TypeDoc
Loading...