Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
common/parsed-chat-request
ParsedChatRequestFunctionPart
Class ParsedChatRequestFunctionPart
Implements
ParsedChatRequestPart
Index
Constructors
constructor
Properties
kind
range
tool
Request
Accessors
prompt
Text
text
Constructors
constructor
new
ParsedChatRequestFunctionPart
(
range
:
OffsetRange
,
toolRequest
:
ToolRequest
,
)
:
ParsedChatRequestFunctionPart
Parameters
range
:
OffsetRange
toolRequest
:
ToolRequest
Returns
ParsedChatRequestFunctionPart
Properties
Readonly
kind
kind
:
"function"
Readonly
range
range
:
OffsetRange
Readonly
tool
Request
toolRequest
:
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
kind
range
tool
Request
Accessors
prompt
Text
text
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
The text as will be sent to the LLM