Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
common/chat-service
ChatSession
Interface ChatSession
interface
ChatSession
{
id
:
string
;
isActive
:
boolean
;
lastInteraction
?:
Date
;
model
:
ChatModel
;
pinnedAgent
?:
ChatAgent
;
title
?:
string
;
}
Index
Properties
id
is
Active
last
Interaction?
model
pinned
Agent?
title?
Properties
id
id
:
string
is
Active
isActive
:
boolean
Optional
last
Interaction
lastInteraction
?:
Date
model
model
:
ChatModel
Optional
pinned
Agent
pinnedAgent
?:
ChatAgent
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
is
Active
last
Interaction
model
pinned
Agent
title
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...