Bar Avital
Bar Avital
+1 for still bugging. For me, it doesn't return the previous error - ```AssertionError: ***StartUtteranceBotAction events need to provide 'script' of type 'str'``` But just getting an empty response from...
Hi @drazvan. Here is full code to reproduce: ``` from nemoguardrails import LLMRails, RailsConfig from dotenv import load_dotenv import logging logLevel = logging.INFO logging.basicConfig(level=logLevel) load_dotenv() YAML_CONFIG = """ models: -...
Hi @donatoaz What do you need to do with the other keys? Eventually, the bot should return a string answer. So either do ```bot $result['answer']``` or pass everything to another...