mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
final changes to orchestration
This commit is contained in:
parent
8f2ef5c471
commit
45d4718961
3 changed files with 5 additions and 33 deletions
|
|
@ -69,9 +69,8 @@ async def get_weather_data(request: Request, messages: list, days: int = 1):
|
|||
2. Fetches weather data for that location from Open-Meteo
|
||||
|
||||
Currently returns only current day weather. Want to add multi-day forecasts?
|
||||
Check out the TODO comments below - it's a great learning exercise! 🚀
|
||||
"""
|
||||
# Step 1: Extract location from conversation using LLM
|
||||
|
||||
instructions = """Extract the location for WEATHER queries. Return just the city name.
|
||||
|
||||
Rules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue