error after registering action #515
Unanswered
ritvic0711
asked this question in
Q&A
Replies: 1 comment
-
Hi @ritvic0711! Can you create an issue for this and provide more details regarding your configuration (e.g., what LLM, the full log in verbose mode). Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I face the below error for
response = await rails.generate_async(
messages=[{
"role": "user",
"content": "Hey, my name is Zoltan and my phone number is +49 30 065615973."
}])
WARNING:nemoguardrails.actions.action_dispatcher:Error while execution generate_bot_message: expected token 'end of print statement', got '='
{'role': 'assistant', 'content': "I'm sorry, an internal error has occurred."}
Beta Was this translation helpful? Give feedback.
All reactions