Member Junction
Preparing search index...
@memberjunction/ai
RawOpenAICompatibleToolCall
Interface RawOpenAICompatibleToolCall
The subset of a raw response tool call this module can read, whatever SDK produced it.
interface
RawOpenAICompatibleToolCall
{
function
?:
{
arguments
?:
string
;
name
?:
string
}
;
id
?:
string
;
type
?:
string
;
}
Index
Properties
function?
id?
type?
Properties
Optional
function
function
?:
{
arguments
?:
string
;
name
?:
string
}
Optional
id
id
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
function
id
type
Member Junction
Loading...
The subset of a raw response tool call this module can read, whatever SDK produced it.