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
fix: standardize call_id extraction in ServerConversationTracker
Updated the call_id extraction logic in the _ServerConversationTracker class to consistently use the "call_id" key from output items, removing the fallback to "callId". This change enhances code clarity and ensures uniformity in handling tool call items.
0 commit comments