Theia API Documentation v1.68.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
common/chat-model-serialization
SerializableVariablePart
Interface SerializableVariablePart
interface
SerializableVariablePart
{
kind
:
"var"
;
range
:
{
endExclusive
:
number
;
start
:
number
}
;
variableArg
?:
string
;
variableDescription
:
string
;
variableId
:
string
;
variableName
:
string
;
variableValue
?:
string
;
}
Hierarchy (
View Summary
)
SerializableParsedRequestPartBase
SerializableVariablePart
Index
Properties
kind
range
variable
Arg?
variable
Description
variable
Id
variable
Name
variable
Value?
Properties
kind
kind
:
"var"
range
range
:
{
endExclusive
:
number
;
start
:
number
}
Optional
variable
Arg
variableArg
?:
string
variable
Description
variableDescription
:
string
variable
Id
variableId
:
string
variable
Name
variableName
:
string
Optional
variable
Value
variableValue
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
range
variable
Arg
variable
Description
variable
Id
variable
Name
variable
Value
Eclipse Theia Website
GitHub
Theia API Documentation v1.68.0
Loading...