Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk
AiToolHandler
type
type AiToolHandler = (input: AiToolInput) => Promise<AiToolHandlerResult>
Import
import { AiToolHandler } from '@modular/sdk';