Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
common/parsed-chat-request
ParsedChatRequestVariablePart
Class ParsedChatRequestVariablePart
Implements
ParsedChatRequestPart
Index
Constructors
constructor
Properties
kind
range
resolution
variable
Arg
variable
Name
Accessors
prompt
Text
text
Constructors
constructor
new
ParsedChatRequestVariablePart
(
range
:
OffsetRange
,
variableName
:
string
,
variableArg
:
undefined
|
string
,
)
:
ParsedChatRequestVariablePart
Parameters
range
:
OffsetRange
variableName
:
string
variableArg
:
undefined
|
string
Returns
ParsedChatRequestVariablePart
Properties
Readonly
kind
kind
:
"var"
Readonly
range
range
:
OffsetRange
resolution
resolution
:
ResolvedAIVariable
Readonly
variable
Arg
variableArg
:
undefined
|
string
Readonly
variable
Name
variableName
:
string
Accessors
prompt
Text
get
promptText
()
:
string
The text as will be sent to the LLM
Returns
string
text
get
text
()
:
string
The text as represented in the ChatRequest
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
kind
range
resolution
variable
Arg
variable
Name
Accessors
prompt
Text
text
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
The text as will be sent to the LLM