Async Python Actions in Colang Version 2.0 #635
Unanswered
efrat-deepkeep
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to follow the documentation for calling an asynchronous function as an action.
Here is the relevant code from the docs:
This isn't working for me. I keep getting the following error:
ColangSyntaxError: Unsupported spec type '<class 'nemoguardrails.colang.v2_x.lang.colang_ast.Spec'>'
This is the traceback:
How can I fix this?
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions