prompt.ts
1 export const DESCRIPTION = 2 'This is a no-op tool that logs a thought. It is inspired by the tau-bench think tool.' 3 export const PROMPT = `Use the tool to think about something. It will not obtain new information or make any changes to the repository, but just log the thought. Use it when complex reasoning or brainstorming is needed. 4 5 Common use cases: 6 1. When exploring a repository and discovering the source of a bug, call this tool to brainstorm several unique ways of fixing the bug, and assess which change(s) are likely to be simplest and most effective 7 2. After receiving test results, use this tool to brainstorm ways to fix failing tests 8 3. When planning a complex refactoring, use this tool to outline different approaches and their tradeoffs 9 4. When designing a new feature, use this tool to think through architecture decisions and implementation details 10 5. When debugging a complex issue, use this tool to organize your thoughts and hypotheses 11 12 The tool simply logs your thought process for better transparency and does not execute any code or make changes.`