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

OpenAI-DotNet 7.3.0 #168

Merged
merged 80 commits into from
Nov 21, 2023
Merged

OpenAI-DotNet 7.3.0 #168

merged 80 commits into from
Nov 21, 2023

Conversation

StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented Nov 15, 2023

  • Added AssistantsEndpoint
  • Added ThreadsEndpoint
  • Updated ImagesEndpoint return types to ImageResult list
  • Updated FilesEndpoint.ListFilesAsync with optional purpose filter query parameter.
  • Refactored list responses with a more generic ListQuery and ListResponse<TObject> pattern
    • EventList -> ListResponse<EventResponse>
    • FineTuneJobList -> ListResponse<FineTuneJobResponse>
  • Standardized names for timestamps to have suffix: UnixTimeSeconds
  • Standardized response class names (existing classes depreciated)
    • FileData -> FileResponse
    • CompletionResult -> CompletonResponse
    • Event -> EventResponse
    • FineTuneJob -> FineTuneJobResponse

make DeletedResponse a more generic type to be used across endpoints
renamed test fixture 11
revert azure image generation :submit suffix
@LucGosso
Copy link

Looking good so far!

@StephenHodgson StephenHodgson self-assigned this Nov 17, 2023
@StephenHodgson StephenHodgson linked an issue Nov 20, 2023 that may be closed by this pull request
@StephenHodgson StephenHodgson enabled auto-merge (squash) November 21, 2023 17:10
@StephenHodgson StephenHodgson merged commit 08e95b4 into main Nov 21, 2023
2 checks passed
@StephenHodgson StephenHodgson deleted the development branch November 21, 2023 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants