ChatBotKit Node SDK
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
Preparing search index...
@chatbotkit/agent
agent
ToolDefinition
Type Alias ToolDefinition<T>
ToolDefinition
:
{
description
:
string
;
handler
:
(
input
:
any
)
=>
Promise
<
any
>
;
input
?:
T
;
}
Type Parameters
T
extends
ZodObject
Type Declaration
description
:
string
handler
:
(
input
:
any
)
=>
Promise
<
any
>
Optional
input
?:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
ChatBotKit Node SDK
Loading...