Member Junction
Preparing search index...
@memberjunction/ai
OpenAICompatibleToolDeclaration
Interface OpenAICompatibleToolDeclaration
A tool declaration in the OpenAI-compatible request body.
interface
OpenAICompatibleToolDeclaration
{
function
:
{
description
?:
string
;
name
:
string
;
parameters
:
Record
<
string
,
unknown
>
;
}
;
type
:
"function"
;
}
Index
Properties
function
type
Properties
function
function
:
{
description
?:
string
;
name
:
string
;
parameters
:
Record
<
string
,
unknown
>
;
}
type
type
:
"function"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
function
type
Member Junction
Loading...
A tool declaration in the OpenAI-compatible request body.