Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-chat
ParsedChatRequestFunctionPart
Class ParsedChatRequestFunctionPart
Implements
ParsedChatRequestPart
Index
Constructors
constructor
Properties
kind
range
tool
Request
Accessors
prompt
Text
text
Constructors
constructor
new
Parsed
Chat
Request
Function
Part
(
range
,
toolRequest
)
:
ParsedChatRequestFunctionPart
Parameters
range
:
OffsetRange
toolRequest
:
ToolRequest
Returns
ParsedChatRequestFunctionPart
Properties
Readonly
kind
kind
:
"function"
Readonly
range
range
:
OffsetRange
Readonly
tool
Request
tool
Request
:
ToolRequest
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
tool
Request
prompt
Text
text
Theia TypeDoc
Loading...
The text as will be sent to the LLM