/** * Tool Examples for PowerPlatform Read-Only Tools * Provides examples to improve LLM accuracy when using these tools. * * Anthropic research shows 72% -> 90% accuracy improvement with examples. */ export { descWithExamples } from '@mcp-consultant-tools/core'; export declare const ENTITY_NAME_EXAMPLES: { label: string; value: string; }[]; export declare const ATTRIBUTE_TYPE_EXAMPLES: { label: string; value: string; }[]; export declare const FLOW_CATEGORY_EXAMPLES: { label: string; value: string; }[]; export declare const STATECODE_EXAMPLES: { label: string; value: string; }[]; export declare const FLOW_RUN_STATUS_EXAMPLES: { label: string; value: string; }[]; export declare const MESSAGE_FILTER_EXAMPLES: { label: string; value: string; }[]; export declare const HOURS_BACK_EXAMPLES: { label: string; value: string; }[]; export declare const SOLUTION_NAME_EXAMPLES: { label: string; value: string; }[]; export declare const COMPONENT_TYPE_EXAMPLES: { label: string; value: string; }[]; export declare const OUTPUT_FORMAT_EXAMPLES: { label: string; value: string; }[]; //# sourceMappingURL=tool-examples.d.ts.map