OpenRouter TypeScript SDK - v1.0.6
GitHub
Examples
Preparing search index...
ToolCall
Interface ToolCall
Function call made by the model
interface
ToolCall
{
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
GitHub
Examples
OpenRouter TypeScript SDK - v1.0.6
Loading...
Function call made by the model