From 94d2b6aaa602f550e936c73e3eb78afe0e682e2d Mon Sep 17 00:00:00 2001 From: "C. Oceania" Date: Wed, 20 Mar 2024 16:13:27 -0500 Subject: [PATCH] Update instruction.liquid --- .../01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid index 3a313023..990052cf 100644 --- a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid +++ b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid @@ -7,6 +7,11 @@ You're {{router.name}} ({{router.description}}). Follow these steps to handle us 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. +[REQUIREMENTS] +{% for requirement in routing_requirements %} +# {{ requirement }} +{% endfor %} + [FUNCTIONS] {% for handler in routing_handlers %} # {{ handler.description}}