Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-chat
ChatRequestParserImpl
Class ChatRequestParserImpl
Index
Constructors
constructor
Properties
agent
Service
tool
Invocation
Registry
variable
Service
Methods
parse
Chat
Request
try
Parse
Function
try
To
Parse
Agent
try
To
Parse
Variable
Constructors
constructor
new
Chat
Request
Parser
Impl
(
agentService
,
variableService
,
toolInvocationRegistry
)
:
ChatRequestParserImpl
Parameters
agentService
:
ChatAgentService
variableService
:
AIVariableService
toolInvocationRegistry
:
ToolInvocationRegistry
Returns
ChatRequestParserImpl
Properties
Private
Readonly
agent
Service
agent
Service
:
ChatAgentService
Private
Readonly
tool
Invocation
Registry
tool
Invocation
Registry
:
ToolInvocationRegistry
Private
Readonly
variable
Service
variable
Service
:
AIVariableService
Methods
parse
Chat
Request
parse
Chat
Request
(
request
,
location
)
:
ParsedChatRequest
Parameters
request
:
ChatRequest
location
:
ChatAgentLocation
Returns
ParsedChatRequest
Private
try
Parse
Function
try
Parse
Function
(
message
,
offset
)
:
undefined
|
ParsedChatRequestFunctionPart
Parameters
message
:
string
offset
:
number
Returns
undefined
|
ParsedChatRequestFunctionPart
Private
try
To
Parse
Agent
try
To
Parse
Agent
(
message
,
offset
,
parts
,
location
)
:
undefined
|
ParsedChatRequestVariablePart
|
ParsedChatRequestAgentPart
Parameters
message
:
string
offset
:
number
parts
:
readonly
ParsedChatRequestPart
[]
location
:
ChatAgentLocation
Returns
undefined
|
ParsedChatRequestVariablePart
|
ParsedChatRequestAgentPart
Private
try
To
Parse
Variable
try
To
Parse
Variable
(
message
,
offset
,
_parts
)
:
undefined
|
ParsedChatRequestVariablePart
Parameters
message
:
string
offset
:
number
_parts
:
readonly
ParsedChatRequestPart
[]
Returns
undefined
|
ParsedChatRequestVariablePart
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
agent
Service
tool
Invocation
Registry
variable
Service
parse
Chat
Request
try
Parse
Function
try
To
Parse
Agent
try
To
Parse
Variable
Theia TypeDoc
Loading...