Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openai/openai-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.54.0
Choose a base ref
...
head repository: openai/openai-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.55.0
Choose a head ref
  • 2 commits
  • 96 files changed
  • 2 contributors

Commits on Aug 6, 2024

  1. feat(api): add structured outputs support

    This commit adds support for JSON schema response format & adds a
    separate `.beta.chat.completions.parse()` method to automatically
    deserialise the response content into a zod schema with the
    zodResponseFormat() helper function.
    
    For more details on structured outputs, see this guide
    https://platform.openai.com/docs/guides/structured-outputs
    RobertCraigie authored and stainless-app[bot] committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c972cfc View commit details
    Browse the repository at this point in the history
  2. release: 4.55.0

    stainless-app[bot] committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2561025 View commit details
    Browse the repository at this point in the history
Loading