Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
common/parsed-chat-request
ParsedChatRequestTextPart
Class ParsedChatRequestTextPart
Implements
ParsedChatRequestPart
Index
Constructors
constructor
Properties
kind
range
text
Accessors
prompt
Text
Constructors
constructor
new
ParsedChatRequestTextPart
(
range
:
OffsetRange
,
text
:
string
,
)
:
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
kind
range
text
Accessors
prompt
Text
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
The text as represented in the ChatRequest