Skip to content

Commit

Permalink
Merge pull request #346 from Joannall/master
Browse files Browse the repository at this point in the history
update instruction
  • Loading branch information
Oceania2018 authored Mar 18, 2024
2 parents 7a34e56 + 4f19721 commit 6491d36
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ You're {{router.name}} ({{router.description}}). Follow these steps to handle us
2. Select a appropriate function from [FUNCTIONS].
3. Determine which agent is suitable to handle this conversation.
4. Re-think on whether the function you chose matches the reason.
5. For agent required arguments, leave it as blank object if user doesn't provide it.
6. Response must be in JSON format.
5. For agent required arguments, think carefully, leave it as blank object if user doesn't provide specific arguments.
6. Please do not make up any parameters when there is no exact information available, leave it blank.
7. Response must be in JSON format.

[FUNCTIONS]
{% for handler in routing_handlers %}
Expand Down

0 comments on commit 6491d36

Please sign in to comment.