-
Notifications
You must be signed in to change notification settings - Fork 135
Config_Client_Bots
Keith Sterling edited this page Jan 10, 2020
·
3 revisions
#Bot Selection
Each client has the option to load one or more bots into itself and then the option to decide which bot to select to answer a question.
Each client bot configuration is contained within a 'bots' section of the configuration file
console:
bots:
bot:
# Configuration for the bot goes here
If you want to load more then one bot then you list each of them as distinctly named bots in the 'bots' section of the configuration
In this instance we have chosen to use the Round Robin Selector, but you can write your own, or use one of the other system defined classes
client:
bot_selector: programy.clients.client.RoundRobinBotSelector
bots:
bot1:
# Bot 1 configuration goes here
bot2:
# Bot 2 configuration goes here
Email: [email protected] | Twitter: @keiffster | Facebook: keith.sterling | LinkedIn: keithsterling | My Blog
- Home
- Background
- Guiding Principles
- Reporting an Issue
- Installation
- You And Your Bot
- Bots
- Clients
- Configuration
- AIML
- Sentence Splitting
- Natural Langauge Processing
- Normalization
- Spelling
- Sentiment Analysis
- Translation
- Security
- Hot Reload
- Logging
- Out of Band
- Multi Language
- RDF Support
- Rich Media
- Asynchronous Events
- Triggers
- External Services
- Dynamic Sets, Maps & Vars
- Extensions
- Pre & Post Processors
- Custom Nodes
- The Brain Tree
- Utilities
- Building It Yourself
- Creating Your Own Bot
- Contributing
- Performance Testing
- FAQ
- History
- Website