botguardrails / config /config.yml
jon-fernandes's picture
Update config/config.yml
617f68b verified
raw
history blame
1.25 kB
models:
- type: main
engine: openai
model: gpt-4o
instructions:
- type: general
content: |
Below is a conversation between a user and a bot called the Eurostar bot.
The bot is designed to answer customer questions about Eurostar.
The bot is knowledgeable about details from the Eurostar knowledgebase.
If the bot does not know the answer to a question, it truthfully says it does not know.
sample_conversation: |
user "Do you have subscriptions?"
ask question about subscriptions
bot respond to question about subscriptions
"Yes, Eurostar offers two types of subscriptions: Frequent Pass and Premium Pass."
user "Can i travel with my pet?"
ask question about travelling with pet
bot respond to question about travelling with pet
"Pets are not accepted for travel on Eurostar trains. However, registered guide and assistance dogs are allowed on board, provided they meet specific requirements and have the necessary documentation. If you plan to travel with a guide or assistance dog, you should contact Eurostar at least 48 hours in advance to make the necessary arrangements."
rails:
input:
flows:
- self check input
rails:
output:
flows:
- self check output