Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fix streaming put_inner_thoughts_in_kwargs #1913

Merged
merged 11 commits into from
Oct 22, 2024

Commits on Oct 17, 2024

  1. chore: various typing issues

    cpacker committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6396099 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    afd55e4 View commit details
    Browse the repository at this point in the history
  2. fix: got inner_thoughts ordering to work by moving the payload to str…

    …uctured outputs style, which enforces key ordering
    cpacker committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    e0fae1d View commit details
    Browse the repository at this point in the history
  3. feat: working version but has slight feature difference where we don'…

    …t buffer properly at the beginning (hold back the opening brace)
    cpacker committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    c5f5399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c78fb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b113e2 View commit details
    Browse the repository at this point in the history
  6. chore: cleanup

    cpacker committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1f3d8f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    938f9b4 View commit details
    Browse the repository at this point in the history
  2. chore: cleanup

    cpacker committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    806c988 View commit details
    Browse the repository at this point in the history
  3. chore: add TODO notes

    cpacker committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5e40ce2 View commit details
    Browse the repository at this point in the history
  4. fix: turned valueerror into userwarning since it seems like the backe…

    …nd is sometimes returning empty chunks?
    cpacker committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a0e8203 View commit details
    Browse the repository at this point in the history