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: serialize non-standard FunctionResponse dicts in AnthropicLlm
Rebased onto latest main, resolved conflicts with upstream json.dumps improvement.
Keeps both upstream's json.dumps serialization for standard results AND the
fallback path for non-standard response dicts (e.g. SkillToolset).
0 commit comments