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: implement Python SDK consistency with JSON string returns
- Return JSON.stringify() results when useStructuredContent=true for Python SDK parity
- Update all tests to expect JSON strings instead of objects/arrays
- Maintain backward compatibility when useStructuredContent=false (default)
- Honor commitment made to @seratch for Python SDK consistency
- Preserve falsy value handling (0, false, '', null) within JSON strings
- Update documentation and changeset to reflect JSON string approach
This resolves the conflict between the author's commitment and implementation,
ensuring true cross-SDK compatibility as requested by maintainers.
0 commit comments