/** * AI Chat Tool * * Connects the AI chat panel to Claude API for intelligent, * context-aware assistance with AAS documents. */ import type { ToolDefinition } from '../types.js'; export declare const aiTools: ToolDefinition[]; //# sourceMappingURL=ai.d.ts.map