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

8.2.2 #561

Merged
merged 25 commits into from
May 18, 2024
Merged

8.2.2 #561

merged 25 commits into from
May 18, 2024

Commits on May 2, 2024

  1. RunRetrieve - add RunStatus.Incomplete

    REF: https://platform.openai.com/docs/assistants/how-it-works/managing-threads-and-messages
    The "run step object" documentation doesn't mention this as a possible status, but it is referenced at the above page, and I have observed it is used
    Denis Papp committed May 2, 2024
    Configuration menu
    Copy the full SHA
    21567cb View commit details
    Browse the repository at this point in the history
  2. + Assistants:

    - renamed ToolCallType.Retrieval to FileSearch to match API update
    + RunSteps:
    - added to IBetaService
    - Status: noted in comment that may return "incomplete"
    - RunStepList() - request param to optional
    - RunStepResponse: changed to original StepDetails (with MessageCreation.MessageId) to match API responses
    - NOTE: removed previous StepDetails, but could add back in commented out
    Denis Papp committed May 2, 2024
    Configuration menu
    Copy the full SHA
    792e171 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Merge pull request #549 from pappde/feature/RunSteps-8.2.1

    Update 8.2.1 to working with ToolCalls and RunSteps
    kayhantolga committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d5def43 View commit details
    Browse the repository at this point in the history
  2. + Assistants:

    - renamed ToolCallType.Retrieval to FileSearch to match API update
    + RunSteps:
    - added to IBetaService
    - Status: noted in comment that may return "incomplete"
    - RunStepList() - request param to optional
    - RunStepResponse: changed to original StepDetails (with MessageCreation.MessageId) to match API responses
    - NOTE: removed previous StepDetails, but could add back in commented out
    Denis Papp authored and kayhantolga committed May 5, 2024
    Configuration menu
    Copy the full SHA
    de66d2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #548 from pappde/feature/RunStatusIncomplete

    RunRetrieve - add RunStatus.Incomplete
    kayhantolga committed May 5, 2024
    Configuration menu
    Copy the full SHA
    92f1745 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    c15518f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. gpt-4o Support

    Adds support for the newly released Gpt_4_o_2024_05_13 model. Released on 4.13.24. As well as the Gpt_4_o model wich points to Gpt_4_o_2024_05_13.
    derekforeman committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7183458 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Streaming fixes.

    SebastianStehle committed May 15, 2024
    Configuration menu
    Copy the full SHA
    76e84d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1794524 View commit details
    Browse the repository at this point in the history
  3. Remove C syntax ;)

    SebastianStehle committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1f06943 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    1c4ada8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #551 from betalgo/feature/Assistans-Part-3

    Assistant Vector Support, Message Delete Support, Documentation support.
    kayhantolga committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ce31b17 View commit details
    Browse the repository at this point in the history
  3. playgorund cleaned up

    kayhantolga committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d9a91a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #559 from betalgo/feature/Assistans-Part-3

    playgorund cleaned up
    kayhantolga committed May 17, 2024
    Configuration menu
    Copy the full SHA
    913eeb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af0c7ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5c85e1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #555 from derekforeman/GPT4o

    gpt-4o Support
    kayhantolga committed May 17, 2024
    Configuration menu
    Copy the full SHA
    85fb09d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    90c3d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c68bfdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f82af2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62297aa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #558 from SebastianStehle/streaming-fixes

    Streaming fixes.
    kayhantolga committed May 18, 2024
    Configuration menu
    Copy the full SHA
    05d8db0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdbb5e6 View commit details
    Browse the repository at this point in the history
  7. playgorund fix

    kayhantolga committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8188125 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #560 from rjeike/bugfix/transcript-timestamps

    Implemented support for Timestamp Granularity on Audio Transcripts
    kayhantolga committed May 18, 2024
    Configuration menu
    Copy the full SHA
    934fc3b View commit details
    Browse the repository at this point in the history