UseFrontendToolFn
Agent Runtimes / tools/adapters/copilotkit/CopilotKitToolAdapter / UseFrontendToolFn
Type Alias: UseFrontendToolFn
UseFrontendToolFn = (
tool,dependencies?) =>void
Defined in: tools/adapters/copilotkit/CopilotKitToolAdapter.ts:24
Type signature for CopilotKit's useFrontendTool hook This is shared across both notebook and lexical adapters
Parameters
tool
description
string
handler
(params) => Promise<string>
name
string
parameters
any
render?
(props) => any
dependencies?
any[]
Returns
void