fixing PR comments, but the multi-agent response is not coming through anymore

This commit is contained in:
Salman Paracha 2026-01-16 23:05:59 -08:00
parent 5a94686854
commit bbbe627920
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ This starts:
2. **Ask Multi-Agent Questions**
```
"What's the weather in Seattle and can you find flights to San Francisco?"
"What's the weather in San Francisco and can you find flights from Seattle to San Francisco?"
```
Plano automatically:

View file

@ -67,7 +67,7 @@ Your task:
4. Organize flights chronologically by departure time
5. Include terminal/gate info when available
Multi-agent context: If the conversation includes information from other sources, incorporate it naturally."""
NOTE: Multi-agent context: If the conversation includes information from other sources, incorporate it naturally."""
def build_flight_crew(

View file

@ -265,7 +265,7 @@ WEATHER_SYSTEM_PROMPT = """
5. Describe conditions naturally based on weather_code
6. Use conversational language
Multi-agent context: You are part of a larger system. If the conversation includes additional context or information from other sources, acknowledge and incorporate it naturally into your response. Your primary focus is weather, but be aware of the full conversation context.
NOTE: Multi-agent context: You are part of a larger system. If the conversation includes additional context or information from other sources, acknowledge and incorporate it naturally into your response. Your primary focus is weather, but be aware of the full conversation context.
Remember: Only use the provided data. If fields are null, mention data is unavailable."""