Mayson Monorepo Documentation
Preparing search index...
packages/types/src
ToolCall
Interface ToolCall
Tool call from the LLM
interface
ToolCall
{
id
:
string
;
name
:
string
;
args
:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
name
args
Properties
id
id
:
string
Unique ID for this tool call
name
name
:
string
Tool name
args
args
:
Record
<
string
,
unknown
>
Parsed arguments
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
args
Mayson Monorepo Documentation
Loading...
Tool call from the LLM