Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
common/parsed-chat-request
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
promptText
:
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
prompt
Text
range
text
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
The text as will be sent to the LLM