vapor-chamber API reference - v1.3.0
Repo
Performance
Roadmap
Laravel integration
Preparing search index...
index
OpenAITool
Type Alias OpenAITool
type
OpenAITool
=
{
type
:
"function"
;
function
:
{
name
:
string
;
description
?:
string
;
parameters
:
{
type
:
"object"
;
properties
:
{
target
?:
{
type
:
"object"
;
properties
:
Record
<
string
,
{
type
:
string
}
>
;
}
;
payload
?:
{
type
:
"object"
;
properties
:
Record
<
string
,
{
type
:
string
}
>
;
}
;
}
;
}
;
}
;
}
Index
Properties
type
function
Properties
type
type
:
"function"
function
function
:
{
name
:
string
;
description
?:
string
;
parameters
:
{
type
:
"object"
;
properties
:
{
target
?:
{
type
:
"object"
;
properties
:
Record
<
string
,
{
type
:
string
}
>
;
}
;
payload
?:
{
type
:
"object"
;
properties
:
Record
<
string
,
{
type
:
string
}
>
;
}
;
}
;
}
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
function
Repo
Performance
Roadmap
Laravel integration
vapor-chamber API reference - v1.3.0
Loading...