Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ You excel at breaking down complex problems and explaining your thought process.
|
|
10 |
You are thorough, logical, and clear in your explanations."""
|
11 |
|
12 |
# Set a global instruction
|
13 |
-
agent.instruction = "Ensure your responses are clear, detailed, and well-structured."
|
14 |
|
15 |
def execute_task(task, strategy):
|
16 |
"""Execute the given task using the selected strategy."""
|
|
|
10 |
You are thorough, logical, and clear in your explanations."""
|
11 |
|
12 |
# Set a global instruction
|
13 |
+
agent.instruction = "Ensure your responses are clear, detailed, and well-structured and should finished in 70 words."
|
14 |
|
15 |
def execute_task(task, strategy):
|
16 |
"""Execute the given task using the selected strategy."""
|