-
Do you have examples how go consume connections in a flow using function calling? |
Beta Was this translation helpful? Give feedback.
Answered by
0mza987
Jun 21, 2024
Replies: 1 comment 4 replies
-
Are you looking for this example? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basically I think your workaround is fine. If you don't like the ugly hard-coding, you can wrap the function with prepared connections:
In this way you can use the original
result = globals()[function_name](**function_args)
to call the function with connection.