Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-core
ToolInvocationRegistry
Interface ToolInvocationRegistry
Registry for all the function calls available to Agents.
interface
ToolInvocationRegistry
{
getFunction
(
toolId
)
:
undefined
|
ToolRequest
;
getFunctions
(
...
toolIds
)
:
ToolRequest
[]
;
registerTool
(
tool
)
:
void
;
}
Implemented by
ToolInvocationRegistryImpl
Index
Methods
get
Function
get
Functions
register
Tool
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
[]
register
Tool
register
Tool
(
tool
)
:
void
Parameters
tool
:
ToolRequest
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
get
Function
get
Functions
register
Tool
Theia TypeDoc
Loading...
Registry for all the function calls available to Agents.