@hbbio/nanoagent
Preparing search index...
RegisteredTool
Type Alias RegisteredTool<In, Out, Memory>
Runtime structure combining a
Tool
description with its handler.
type
RegisteredTool
<
In
,
Out
,
Memory
extends
ChatMemory
>
=
{
handler
:
ToolHandler
<
In
,
Out
,
Memory
>
;
tool
:
Tool
;
type
:
ToolType
;
}
Type Parameters
In
Out
Memory
extends
ChatMemory
Index
Properties
handler
tool
type
Properties
handler
handler
:
ToolHandler
<
In
,
Out
,
Memory
>
tool
tool
:
Tool
type
type
:
ToolType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handler
tool
type
@hbbio/nanoagent
Loading...
Runtime structure combining a Tool description with its handler.