Skip to content

Conversation

@EugeneJinXin
Copy link
Contributor

Problem

LangSmith UI was showing ugly serialized objects like:
"seed": "<openai.Omit object at 0x105d91940>",
"stop": "<openai.Omit object at 0x105d91940>",

image

This happened because OpenAI SDK v1.106+ uses both NotGiven and
Omit sentinel types to represent optional parameters that weren't
provided, but the code only checked for NotGiven.

after fix:
image

@EugeneJinXin EugeneJinXin merged commit d97b7c3 into main Oct 7, 2025
15 of 19 checks passed
@EugeneJinXin EugeneJinXin deleted the xin/fix-broken-openAI-wrapper-raw-input-rendering branch October 7, 2025 16:49
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