Skip to content

Conversation

@svacas
Copy link
Contributor

@svacas svacas commented Jan 30, 2026

No description provided.

@svacas svacas requested a review from a team as a code owner January 30, 2026 17:07
script,
{
"payload": {
"content": xml_bytes,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we put if the content is textPlain or base64? or test and binary (base64)?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same that we did for playground

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at the python library user level content is defined as Union[str, bytes], str should be used for UTF-8 compatible inputs, otherwise bytes should work in all cases (binary/text any encoding). Then the library takes care of base64 encoding it to call the native lib.

machaval
machaval previously approved these changes Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants