/** * Tool examples for Azure Management MCP. * Examples improve LLM accuracy from 72% to 90% (Anthropic research). */ export { descWithExamples } from '@mcp-consultant-tools/core'; export declare const RESOURCE_TYPE_EXAMPLES: { label: string; value: string; }[]; export declare const RESOURCE_GROUP_EXAMPLES: { label: string; value: string; }[]; export declare const TAG_FILTER_EXAMPLES: { label: string; value: string; }[]; export declare const FUNCTION_APP_NAME_EXAMPLES: { label: string; value: string; }[]; export declare const FUNCTION_TRIGGER_EXAMPLES: { label: string; value: string; }[]; export declare const APP_SERVICE_NAME_EXAMPLES: { label: string; value: string; }[]; export declare const APP_SERVICE_PLAN_EXAMPLES: { label: string; value: string; }[]; export declare const LOG_TYPE_EXAMPLES: { label: string; value: string; }[]; export declare const APP_SETTING_EXAMPLES: { label: string; value: string; }[]; export declare const KEY_VAULT_NAME_EXAMPLES: { label: string; value: string; }[]; export declare const STORAGE_ACCOUNT_EXAMPLES: { label: string; value: string; }[]; export declare const SQL_SERVER_EXAMPLES: { label: string; value: string; }[]; export declare const SQL_DATABASE_EXAMPLES: { label: string; value: string; }[]; export declare const ALERT_SEVERITY_EXAMPLES: { label: string; value: string; }[]; export declare const RESOURCE_GRAPH_EXAMPLES: { label: string; value: string; }[]; export declare const LOCATION_EXAMPLES: { label: string; value: string; }[]; //# sourceMappingURL=tool-examples.d.ts.map