language_detection_processor#
- class besser.agent.core.processors.language_detection_processor.LanguageDetectionProcessor(agent, user_messages=False, agent_messages=False)[source]#
Bases:
Processor
The LanguageDetectionProcessor returns the spoken language in a given message.
This processor leverages the langdetect library to predict the language.
- Parameters:
- _abc_impl = <_abc._abc_data object>#