Skip to content

fix: resolve oai Summary struct breaking change in OpenAI responses request#2554

Merged
tusharmath merged 1 commit intotailcallhq:dependabot/cargo/major-d934350ab5from
ashprakasan:dependabot/cargo/major-d934350ab5
Mar 13, 2026
Merged

fix: resolve oai Summary struct breaking change in OpenAI responses request#2554
tusharmath merged 1 commit intotailcallhq:dependabot/cargo/major-d934350ab5from
ashprakasan:dependabot/cargo/major-d934350ab5

Conversation

@ashprakasan
Copy link
Copy Markdown
Contributor

Problem

After the dependency upgrade in #2474 , the CI was failing
because the Summary struct was removed/renamed in the new version of the
oai crate.

Changes

  • Updated oai::Summary usage in crates/forge_repo/src/provider/openai_responses/request.rs
    to use the new API shape (lines 71 and 911)

Testing

  • Reproduced the issue locally and verified the fix compiles successfully
  • CI should pass with these changes

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@tusharmath tusharmath merged commit d0b229a into tailcallhq:dependabot/cargo/major-d934350ab5 Mar 13, 2026
1 of 2 checks passed
tusharmath pushed a commit that referenced this pull request Mar 13, 2026
…equest (#2554)

Co-authored-by: Aiswarya Prakasan <aiswaryaprakasan@Aiswaryas-MacBook-Pro.local>
tusharmath pushed a commit that referenced this pull request Mar 13, 2026
…equest (#2554)

Co-authored-by: Aiswarya Prakasan <aiswaryaprakasan@Aiswaryas-MacBook-Pro.local>
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