added AskUserQuestion in commands

This commit is contained in:
Shayan Rais
2025-11-04 16:30:34 +05:00
parent bf5966a4aa
commit f33ee14a4b
3 changed files with 72 additions and 13 deletions
+5 -3
View File
@@ -9,11 +9,13 @@ Fetch the current temperature for Karachi, Pakistan and apply transformations.
## Workflow
1. Use the weather-fetcher agent to retrieve the current temperature from wttr.in API
2. Use the weather-transformer agent to read transformation rules from input/input.md and apply them to the temperature
3. Write the results to output/output.md
1. Use the AskUserQuestion tool to ask the user whether they want the temperature in Celsius or Fahrenheit
2. Use the weather-fetcher agent to retrieve the current temperature from wttr.in API in the requested unit
3. Use the weather-transformer agent to read transformation rules from input/input.md and apply them to the temperature
4. Write the results to output/output.md
Launch the agents sequentially (not in parallel) and provide a clear summary showing:
- Temperature unit requested
- Original temperature
- Transformation applied
- Final result