mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixing PR comments, but the multi-agent response is not coming through anymore
This commit is contained in:
parent
5a94686854
commit
bbbe627920
3 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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."""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue