You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Generate instruction for the LLM to create a plan.
665
659
666
660
Args:
@@ -796,13 +790,13 @@ def _get_template(self):
796
790
These actions are passed to the specific agent. Make sure the action contains all the information required for the agent to execute the task.
797
791
798
792
Your objective is:
799
-
{objective}
793
+
{{$objective}}
800
794
801
795
The agents you have access to are:
802
-
{agents_str}
796
+
{{$agents_str}}
803
797
804
798
These agents have access to the following functions:
805
-
{tools_str}
799
+
{{$tools_str}}
806
800
807
801
IMPORTANT AGENT SELECTION GUIDANCE:
808
802
- HrAgent: ALWAYS use for ALL employee-related tasks like onboarding, hiring, benefits, payroll, training, employee records, ID cards, mentoring, background checks, etc.
@@ -830,7 +824,7 @@ def _get_template(self):
830
824
831
825
Limit the plan to 6 steps or less.
832
826
833
-
Choose from {agents_str} ONLY for planning your steps.
827
+
Choose from {{$agents_str}} ONLY for planning your steps.
0 commit comments