A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
ToolDefinition
Interface ToolDefinition
One tool definition surfaced to a model.
interface
ToolDefinition
{
description
:
string
;
input_schema
:
Record
<
string
,
unknown
>
;
name
:
string
;
}
Index
Properties
description
input_
schema
name
Properties
description
description
:
string
input_
schema
input_schema
:
Record
<
string
,
unknown
>
name
name
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
input_
schema
name
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
One tool definition surfaced to a model.