Skip to content

Commit dc964b3

Browse files
committed
Made style changes to the CHANGELOG entry
1 parent 69f344c commit dc964b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@ Thank you to our developer community members who helped to make the OpenAI clien
1313

1414
- OpenAI.Chat:
1515
- Added the `Minimal` property to `ChatReasoningEffortLevel`. _(A community contribution, courtesy of [kurnakovv](https://github.com/kurnakovv))_
16-
- Added support for System.Client.Model's `JsonPatch`, which enables users to get and set additional properties in response and request payloads.
16+
- Added support for System.Client.Model's `JsonPatch`, which enables users to get and set additional JSON properties in response and request payloads.
1717
- See the following examples for more information:
1818
- [AdditionalProperties](https://github.com/openai/openai-dotnet/blob/main/examples/Chat/Example10_AdditionalProperties.cs)
1919
- [AdditionalPropertiesAsync](https://github.com/openai/openai-dotnet/blob/main/examples/Chat/Example10_AdditionalPropertiesAsync.cs)
2020
- Go to the OpenAI.Responses section in this changelog for more examples that can be extrapolated to Chat.
2121
- OpenAI.Conversations:
2222
- Introduced the new `ConversationClient` to support the Conversations API with protocol methods for the following operations:
2323
- `CreateConversation` and `CreateConversationAsync`
24-
- `CreateConversationItems` and `CreateConversationItemsAsync`
25-
- `DeleteConversation` and `DeleteConversationAsync`
26-
- `DeleteConversationItem` and `DeleteConversationItemAsync`
2724
- `GetConversation` and `GetConversationAsync`
28-
- `GetConversationItems` and `GetConversationItemsAsync`
2925
- `UpdateConversation` and `UpdateConversationAsync`
26+
- `DeleteConversation` and `DeleteConversationAsync`
27+
- `CreateConversationItems` and `CreateConversationItemsAsync`
28+
- `GetConversationItems` and `GetConversationItemsAsync`
29+
- `DeleteConversationItem` and `DeleteConversationItemAsync`
3030
- OpenAI.Embeddings:
31-
- Added support for System.Client.Model's `JsonPatch`, which enables users to get and set additional properties in response and request payloads.
31+
- Added support for System.Client.Model's `JsonPatch`, which enables users to get and set additional JSON properties in response and request payloads.
3232
- Go to the OpenAI.Chat and OpenAI.Responses section in this changelog for examples that can be extrapolated to Embeddings.
3333
- OpenAI.Responses:
3434
- Added the `Minimal` property to `ResponseReasoningEffortLevel`. _(A community contribution, courtesy of [kurnakovv](https://github.com/kurnakovv))_
3535
- Added the `Model` property to `OpenAIResponseClient`. _(A community contribution, courtesy of [BenjaminDavidPinter](https://github.com/BenjaminDavidPinter))_
3636
- Added the `ContainerFileCitationMessageAnnotation` class which is derived from `ResponseMessageAnnotation` and is used to cite files in the container of the Code Interpreter tool.
3737
- Enabled support for the Image Generation tool, which can be used to generate images using models like `gpt-image-1`.
3838
- Users can add the new `ImageGenerationTool` to the `Tools` property of their `ResponseCreationOptions` and configure it using properties such as `Background`, `Quality`, `Size`, and more.
39-
- Added support for System.Client.Model's `JsonPatch`, which enables users to get and set additional properties in response and request payloads.
39+
- Added support for System.Client.Model's `JsonPatch`, which enables users to get and set additional JSON properties in response and request payloads.
4040
- See the following examples for more information:
4141
- [InputAdditionalProperties](https://github.com/openai/openai-dotnet/blob/main/examples/Responses/Example07_InputAdditionalProperties.cs)
4242
- [InputAdditionalPropertiesAsync](https://github.com/openai/openai-dotnet/blob/main/examples/Responses/Example07_InputAdditionalPropertiesAsync.cs)
@@ -48,11 +48,11 @@ Thank you to our developer community members who helped to make the OpenAI clien
4848
- OpenAI.Videos:
4949
- Introduced the new `VideoClient` to support the Videos API with protocol methods for the following operations:
5050
- `CreateVideo` and `CreateVideoAsync`
51-
- `CreateVideoRemix` and `GetVideoRemixAsync`
51+
- `GetVideo` and `GetVideoAsync`
5252
- `DeleteVideo` and `DeleteVideoAsync`
5353
- `DownloadVideo` and `DownloadVideoAsync`
54-
- `GetVideo` and `GetVideoAsync`
5554
- `GetVideos` and `GetVideosAsync`
55+
- `CreateVideoRemix` and `GetVideoRemixAsync`
5656

5757
### Bugs Fixed
5858

0 commit comments

Comments
 (0)