@archastro/sdk
Preparing search index...
types/chat
ChatLocalToolCall
Interface ChatLocalToolCall
One local function invocation requested by the model.
interface
ChatLocalToolCall
{
arguments
:
Record
<
string
,
unknown
>
;
id
:
string
;
name
:
string
;
}
Index
Properties
arguments
id
name
Properties
arguments
arguments
:
Record
<
string
,
unknown
>
id
id
:
string
name
name
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
id
name
@archastro/sdk
Loading...
One local function invocation requested by the model.