Theia API Documentation v1.66.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
common/chat-model-serialization
SerializableChatResponseContentData
Interface SerializableChatResponseContentData<T>
interface
SerializableChatResponseContentData
<
T
=
unknown
>
{
data
:
T
;
fallbackMessage
?:
string
;
kind
:
string
;
}
Type Parameters
T
=
unknown
Index
Properties
data
fallback
Message?
kind
Properties
data
data
:
T
Optional
fallback
Message
fallbackMessage
?:
string
Fallback message used when the deserializer for this content type is not available.
kind
kind
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
fallback
Message
kind
Eclipse Theia Website
GitHub
Theia API Documentation v1.66.0
Loading...
Fallback message used when the deserializer for this content type is not available.