Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-chat
ParsedChatRequestVariablePart
Class ParsedChatRequestVariablePart
Implements
ParsedChatRequestPart
Index
Constructors
constructor
Properties
kind
range
resolution
variable
Arg
variable
Name
Accessors
prompt
Text
text
Constructors
constructor
new
Parsed
Chat
Request
Variable
Part
(
range
,
variableName
,
variableArg
)
:
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
variable
Arg
:
undefined
|
string
Readonly
variable
Name
variable
Name
:
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
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
kind
range
resolution
variable
Arg
variable
Name
prompt
Text
text
Theia TypeDoc
Loading...
The text as will be sent to the LLM