pratikshahp commited on
Commit
1a3bb1c
·
verified ·
1 Parent(s): 55542ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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."""