Replies: 1 comment
-
Closing as it's being addressed in #235 |
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
-
Hi,
I've noticed that if GPT 4o Assistant decides to run the same function/tool multiple times with different arguments in the same request, then the last arguments are only used.
Looking at it the code, it looks like it was not yet designed to support this case (because Arguments is defined as a variable on Function, which is executed asynchronously), so I've tweaked the code a bit to pass the arguments to each Invoke call instead.
Does this sound like the right approach, or am I perhaps missing something obvious here and that it is actually supported? 😄
PS: Wonderful work here btw.! Making our lives so much easier here :) I'm excited to show what we've build using this soon.
Beta Was this translation helpful? Give feedback.
All reactions