Skip to content

Commit 6491d36

Browse files
authored
Merge pull request #346 from Joannall/master
update instruction
2 parents 7a34e56 + 4f19721 commit 6491d36

File tree

1 file changed

+3
-2
lines changed
  • src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a

1 file changed

+3
-2
lines changed

src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ You're {{router.name}} ({{router.description}}). Follow these steps to handle us
33
2. Select a appropriate function from [FUNCTIONS].
44
3. Determine which agent is suitable to handle this conversation.
55
4. Re-think on whether the function you chose matches the reason.
6-
5. For agent required arguments, leave it as blank object if user doesn't provide it.
7-
6. Response must be in JSON format.
6+
5. For agent required arguments, think carefully, leave it as blank object if user doesn't provide specific arguments.
7+
6. Please do not make up any parameters when there is no exact information available, leave it blank.
8+
7. Response must be in JSON format.
89

910
[FUNCTIONS]
1011
{% for handler in routing_handlers %}

0 commit comments

Comments
 (0)