Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-chat
ParsedChatRequestAgentPart
Class ParsedChatRequestAgentPart
Implements
ParsedChatRequestPart
Index
Constructors
constructor
Properties
agent
Id
agent
Name
kind
range
Accessors
prompt
Text
text
Constructors
constructor
new
Parsed
Chat
Request
Agent
Part
(
range
,
agentId
,
agentName
)
:
ParsedChatRequestAgentPart
Parameters
range
:
OffsetRange
agentId
:
string
agentName
:
string
Returns
ParsedChatRequestAgentPart
Properties
Readonly
agent
Id
agent
Id
:
string
Readonly
agent
Name
agent
Name
:
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
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
agent
Id
agent
Name
kind
range
prompt
Text
text
Theia TypeDoc
Loading...
The text as will be sent to the LLM