You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
FunctionCall and FunctionExecutionResult are linked by call_id field, but this ID is provided by the model. There may be situations where the ID is empty or not unique. This makes it difficult to pair function calls with call results.
To Reproduce
This only happens sometimes, and I'm not sure which model can reproduce it...
Expected behavior
Can we add a UUID field, like the full_message_id in ModelClientStreamingChunkEvent?