v7.3.0
What's Changed
- OpenAI-DotNet 7.3.0 by @StephenHodgson in #168
- Added
AssistantsEndpoint
- Added
ThreadsEndpoint
- Updated
ImagesEndpoint
return types toImageResult
list - Updated
FilesEndpoint.ListFilesAsync
with optionalpurpose
filter query parameter. - Refactored list responses with a more generic
ListQuery
andListResponse<TObject>
patternEventList
->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
- Added
New Contributors
- @khoroshevj make their first pull request in #166
Full Changelog: v7.2.3...v7.3.0