Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-chat
ParsedChatRequestTextPart
Class ParsedChatRequestTextPart
Implements
ParsedChatRequestPart
Index
Constructors
constructor
Properties
kind
range
text
Accessors
prompt
Text
Constructors
constructor
new
Parsed
Chat
Request
Text
Part
(
range
,
text
)
:
ParsedChatRequestTextPart
Parameters
range
:
OffsetRange
text
:
string
Returns
ParsedChatRequestTextPart
Properties
Readonly
kind
kind
:
"text"
Readonly
range
range
:
OffsetRange
Readonly
text
text
:
string
The text as represented in the ChatRequest
Accessors
prompt
Text
get
promptText
(
)
:
string
The text as will be sent to the LLM
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
kind
range
text
prompt
Text
Theia TypeDoc
Loading...
The text as represented in the ChatRequest