Mayson Monorepo Documentation
Preparing search index...
packages/types/src
AIToolCall
Interface AIToolCall
Tool call from AI response
interface
AIToolCall
{
id
:
string
;
type
:
"function"
;
function
:
{
name
:
string
;
arguments
:
string
}
;
}
Index
Properties
id
type
function
Properties
id
id
:
string
type
type
:
"function"
function
function
:
{
name
:
string
;
arguments
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
type
function
Mayson Monorepo Documentation
Loading...
Tool call from AI response