FireBird-Tech commited on
Commit
cfc1759
·
verified ·
1 Parent(s): 131806f

Update src/agents/agents.py

Browse files
Files changed (1) hide show
  1. src/agents/agents.py +1 -0
src/agents/agents.py CHANGED
@@ -218,6 +218,7 @@ class intermediate_query_planner(dspy.Signature):
218
  }
219
  }
220
  Keep the instructions minimal without many variables, and minimize the number of unknowns, keep it obvious!
 
221
  """
222
  dataset = dspy.InputField(desc="Available datasets loaded in the system, use this df,columns set df as copy of df")
223
  Agent_desc = dspy.InputField(desc= "The agents available in the system")
 
218
  }
219
  }
220
  Keep the instructions minimal without many variables, and minimize the number of unknowns, keep it obvious!
221
+ Try to use no more than 2 agents, unless completely necessary!
222
  """
223
  dataset = dspy.InputField(desc="Available datasets loaded in the system, use this df,columns set df as copy of df")
224
  Agent_desc = dspy.InputField(desc= "The agents available in the system")