ai11y docs
Preparing search index...
@ai11y/core
ToolDefinition
Interface ToolDefinition
interface
ToolDefinition
{
description
:
string
;
name
:
string
;
parameters
:
{
properties
:
Record
<
string
,
{
description
:
string
;
type
:
string
}
>
;
required
?:
string
[]
;
type
:
"object"
;
}
;
}
Index
Properties
description
name
parameters
Properties
description
description
:
string
name
name
:
string
parameters
parameters
:
{
properties
:
Record
<
string
,
{
description
:
string
;
type
:
string
}
>
;
required
?:
string
[]
;
type
:
"object"
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
name
parameters
ai11y docs
Loading...