Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
agent-tools
HonuaAgentToolDefinition
Interface HonuaAgentToolDefinition<TName>
interface
HonuaAgentToolDefinition
<
TName
>
{
description
:
string
;
inputSchema
:
HonuaAgentJsonSchema
;
mode
:
HonuaAgentToolMode
;
name
:
TName
;
requiresOptIn
:
boolean
;
title
:
string
;
}
Type Parameters
TName
extends
HonuaAgentToolName
=
HonuaAgentToolName
Index
Properties
description
input
Schema
mode
name
requires
Opt
In
title
Properties
Readonly
description
description
:
string
Readonly
input
Schema
input
Schema
:
HonuaAgentJsonSchema
Readonly
mode
mode
:
HonuaAgentToolMode
Readonly
name
name
:
TName
Readonly
requires
Opt
In
requires
Opt
In
:
boolean
Readonly
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
input
Schema
mode
name
requires
Opt
In
title
@honua/sdk-js
Loading...