You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Go to the OpenAI.Responses section in this changelog for more examples that can be extrapolated to Chat.
21
21
- OpenAI.Conversations:
22
22
- Introduced the new `ConversationClient` to support the Conversations API with protocol methods for the following operations:
23
23
-`CreateConversation` and `CreateConversationAsync`
24
-
-`CreateConversationItems` and `CreateConversationItemsAsync`
25
-
-`DeleteConversation` and `DeleteConversationAsync`
26
-
-`DeleteConversationItem` and `DeleteConversationItemAsync`
27
24
-`GetConversation` and `GetConversationAsync`
28
-
-`GetConversationItems` and `GetConversationItemsAsync`
29
25
-`UpdateConversation` and `UpdateConversationAsync`
26
+
-`DeleteConversation` and `DeleteConversationAsync`
27
+
-`CreateConversationItems` and `CreateConversationItemsAsync`
28
+
-`GetConversationItems` and `GetConversationItemsAsync`
29
+
-`DeleteConversationItem` and `DeleteConversationItemAsync`
30
30
- 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.
32
32
- Go to the OpenAI.Chat and OpenAI.Responses section in this changelog for examples that can be extrapolated to Embeddings.
33
33
- OpenAI.Responses:
34
34
- Added the `Minimal` property to `ResponseReasoningEffortLevel`. _(A community contribution, courtesy of [kurnakovv](https://github.com/kurnakovv))_
35
35
- Added the `Model` property to `OpenAIResponseClient`. _(A community contribution, courtesy of [BenjaminDavidPinter](https://github.com/BenjaminDavidPinter))_
36
36
- Added the `ContainerFileCitationMessageAnnotation` class which is derived from `ResponseMessageAnnotation` and is used to cite files in the container of the Code Interpreter tool.
37
37
- Enabled support for the Image Generation tool, which can be used to generate images using models like `gpt-image-1`.
38
38
- 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.
40
40
- See the following examples for more information:
0 commit comments