I have async func/nodes which are part of the grapn and in the py file I have to run the await graph.ainvoke() to invoke the graph, when I run the studio and click the submit button it throws a Blocing Error . I assume that it is invoking the graph via the invoke fn but I need to run it using ainvoke. What is the solution or workaround of this issue.
Thanks