Context:
Repeated tool calls expand prompt unnecessarily.
Problem:
search_context and other tools are called multiple times.
Tasks:
- Restrict search_context to once per task
- Implement session-level caching
- Avoid redundant retrievals
Goal:
Reduce repeated context injection and token usage.
Context:
Repeated tool calls expand prompt unnecessarily.
Problem:
search_context and other tools are called multiple times.
Tasks:
Goal:
Reduce repeated context injection and token usage.