/** * Tool Use Examples for Log Analytics MCP Tools * * Provides inline examples embedded in Zod `.describe()` strings to improve * LLM accuracy when calling these tools. Based on Anthropic research showing * 72% → 90% accuracy improvement with examples. */ export { descWithExamples } from '@mcp-consultant-tools/core'; export declare const KQL_EXAMPLES: { label: string; value: string; }[]; export declare const TIMESPAN_EXAMPLES: { label: string; value: string; }[]; export declare const COLUMN_PRESET_EXAMPLES: { label: string; value: string; }[]; export declare const TABLE_NAME_EXAMPLES: { label: string; value: string; }[]; export declare const APP_NAME_EXAMPLES: { label: string; value: string; }[]; export declare const OUTPUT_FORMAT_EXAMPLES: { label: string; value: string; }[]; export declare const SEVERITY_EXAMPLES: { label: string; value: string; }[]; //# sourceMappingURL=tool-examples.d.ts.map