@hbbio/nanoagent
Preparing search index...
ToolCall
Type Alias ToolCall
Schema for an individual tool call attached to an assistant turn.
type
ToolCall
=
{
function
:
{
arguments
:
string
|
Record
<
string
,
unknown
>
;
name
:
string
}
;
id
:
string
;
type
:
"function"
;
}
Index
Properties
function
id
type
Properties
function
function
:
{
arguments
:
string
|
Record
<
string
,
unknown
>
;
name
:
string
}
id
id
:
string
type
type
:
"function"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
function
id
type
@hbbio/nanoagent
Loading...
Schema for an individual tool call attached to an assistant turn.