OpenRouter TypeScript SDK - v1.0.6
GitHub
Examples
Preparing search index...
ParsedToolCall
Interface ParsedToolCall
interface
ParsedToolCall
{
id
:
string
;
type
:
"function"
;
function
:
{
name
:
string
;
arguments
:
any
}
;
rawArguments
:
string
;
parseError
?:
Error
;
}
Index
Properties
id
type
function
raw
Arguments
parse
Error?
Properties
id
id
:
string
type
type
:
"function"
function
function
:
{
name
:
string
;
arguments
:
any
}
raw
Arguments
rawArguments
:
string
Optional
parse
Error
parseError
?:
Error
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
type
function
raw
Arguments
parse
Error
GitHub
Examples
OpenRouter TypeScript SDK - v1.0.6
Loading...