Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
common/parsed-chat-request
ParsedChatRequestAgentPart
Class ParsedChatRequestAgentPart
Implements
ParsedChatRequestPart
Index
Constructors
constructor
Properties
agent
Id
agent
Name
kind
range
Accessors
prompt
Text
text
Constructors
constructor
new
ParsedChatRequestAgentPart
(
range
:
OffsetRange
,
agentId
:
string
,
agentName
:
string
,
)
:
ParsedChatRequestAgentPart
Parameters
range
:
OffsetRange
agentId
:
string
agentName
:
string
Returns
ParsedChatRequestAgentPart
Properties
Readonly
agent
Id
agentId
:
string
Readonly
agent
Name
agentName
:
string
Readonly
kind
kind
:
"agent"
Readonly
range
range
:
OffsetRange
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
agent
Id
agent
Name
kind
range
Accessors
prompt
Text
text
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
The text as will be sent to the LLM