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