Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-core
ToolInvocationRegistryImpl
Class ToolInvocationRegistryImpl
Registry for all the function calls available to Agents.
Implements
ToolInvocationRegistry
Index
Constructors
constructor
Properties
providers
tools
Methods
get
Function
get
Functions
init
register
Tool
Constructors
constructor
new
Tool
Invocation
Registry
Impl
(
)
:
ToolInvocationRegistryImpl
Returns
ToolInvocationRegistryImpl
Properties
Private
providers
providers
:
ContributionProvider
<
ToolProvider
>
Private
tools
tools
:
Map
<
string
,
ToolRequest
>
= ...
Methods
get
Function
get
Function
(
toolId
)
:
undefined
|
ToolRequest
Parameters
toolId
:
string
Returns
undefined
|
ToolRequest
get
Functions
get
Functions
(
...
toolIds
)
:
ToolRequest
[]
Parameters
Rest
...
toolIds
:
string
[]
Returns
ToolRequest
[]
init
init
(
)
:
void
Returns
void
register
Tool
register
Tool
(
tool
)
:
void
Parameters
tool
:
ToolRequest
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
providers
tools
get
Function
get
Functions
init
register
Tool
Theia TypeDoc
Loading...
Registry for all the function calls available to Agents.