Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-chat
ParsedChatRequestPart
Interface ParsedChatRequestPart
interface
ParsedChatRequestPart
{
kind
:
string
;
promptText
:
string
;
range
:
OffsetRange
;
text
:
string
;
}
Implemented by
ParsedChatRequestAgentPart
ParsedChatRequestFunctionPart
ParsedChatRequestTextPart
ParsedChatRequestVariablePart
Index
Properties
kind
prompt
Text
range
text
Properties
Readonly
kind
kind
:
string
Readonly
prompt
Text
prompt
Text
:
string
The text as will be sent to the LLM
Readonly
range
range
:
OffsetRange
Readonly
text
text
:
string
The text as represented in the ChatRequest
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
kind
prompt
Text
range
text
Theia TypeDoc
Loading...
The text as will be sent to the LLM