Motivation
For a single complex user task, the system sends two separate LLM requests before actual execution starts:
- one request to classify the task as complex/simple
- one request to generate the task name and summary
These two calls appear to analyze the same user intent and could likely be merged into one structured request to reduce cost
Solution
No response
Alternatives
No response
Additional context
No response