/** * Tool Use Examples for Azure DevOps 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 WIQL_EXAMPLES: { label: string; value: string; }[]; export declare const PATCH_OP_EXAMPLES: { label: string; value: string; }[]; export declare const WORK_ITEM_FIELD_EXAMPLES: { label: string; value: string; }[]; export declare const SYNC_TO_FILE_EXAMPLES: { label: string; value: string; }[]; export declare const SYNC_FROM_FILE_EXAMPLES: { label: string; value: string; }[]; export declare const SYNC_TASKS_TO_FILE_EXAMPLES: { label: string; value: string; }[]; export declare const SYNC_TASKS_FROM_FILE_EXAMPLES: { label: string; value: string; }[]; export declare const PR_BRANCH_REF_EXAMPLES: { label: string; value: string; }[]; export declare const PR_MERGE_STRATEGY_EXAMPLES: { label: string; value: string; }[]; export declare const PR_VOTE_EXAMPLES: { label: string; value: string; }[]; export declare const UPLOAD_ATTACHMENT_EXAMPLES: { label: string; value: string; }[]; export declare const ATTACHMENT_PATH_EXAMPLES: { label: string; value: string; }[]; export declare const WIKI_SAVE_TO_FILE_EXAMPLES: { label: string; value: string; }[]; export declare const WIKI_UPLOAD_FROM_FILE_EXAMPLES: { label: string; value: string; }[]; export declare const CHECKLIST_STATE_EXAMPLES: { label: string; value: string; }[]; export declare const CHECKLIST_WIT_EXAMPLES: { label: string; value: string; }[]; export declare const CHECKLIST_REPORT_EXAMPLES: { label: string; value: string; }[]; export declare const CHECKLIST_TEMPLATE_ITEMS_EXAMPLES: { label: string; value: string; }[]; export declare const CREATE_WORK_ITEM_FILE_EXAMPLES: { label: string; value: string; }[]; export declare const TEST_OUTCOME_EXAMPLES: { label: string; value: string; }[]; export declare const TEST_RUN_NAME_EXAMPLES: { label: string; value: string; }[]; export declare const TEST_RUN_STATE_EXAMPLES: { label: string; value: string; }[]; export declare const AUTOMATED_TEST_NAME_EXAMPLES: { label: string; value: string; }[]; //# sourceMappingURL=tool-examples.d.ts.map