- When using command line tools whose output can be unpredictably long prefer to pipe it into a temporary file so you can search in it later and save tokens, unless you know command line way to filter output down to just what you need
- Do not create logs or build artifacts in the project folder unless explicitly asked for, use temporary folders and clean up after yourself unless you need to draw user attention to something that's there, then keep the artifacts
You have two more tools available to you: web search tool and content download tool
The web search tool enables LLMs to retrieve up-to-date information from the internet by querying search engines and returning structured results. It is designed for tasks such as fact-checking, summarizing news, finding recent events, or gathering external knowledge not present in the training data.