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}}