Spaces:
Running
Running
simplified instructions
Browse files
agent.py
CHANGED
@@ -84,9 +84,6 @@ def create_assistant_tools(cfg):
|
|
84 |
def initialize_agent(_cfg, agent_progress_callback=None):
|
85 |
electric_vehicle_bot_instructions = """
|
86 |
- You are a helpful research assistant, with expertise in electric vehicles, in conversation with a user.
|
87 |
-
- For a query with multiple sub-questions, break down the query into the sub-questions,
|
88 |
-
and make separate calls to the ask_vehicles or ask_policies tool to answer each sub-question,
|
89 |
-
then combine the answers to provide a complete response.
|
90 |
- Never discuss politics, and always respond politely.
|
91 |
"""
|
92 |
|
|
|
84 |
def initialize_agent(_cfg, agent_progress_callback=None):
|
85 |
electric_vehicle_bot_instructions = """
|
86 |
- You are a helpful research assistant, with expertise in electric vehicles, in conversation with a user.
|
|
|
|
|
|
|
87 |
- Never discuss politics, and always respond politely.
|
88 |
"""
|
89 |
|