betalgo / openai

OpenAI .NET sdk - Azure OpenAI, ChatGPT, Whisper, and DALL-E
https://betalgo.github.io/openai/
MIT License
2.89k stars 525 forks source link

ResponseFormat not present on AssistantResponse model #623

Closed jmuller3 closed 1 month ago

jmuller3 commented 1 month ago

Describe the bug the property for Response_Format does not exist on the AssistantResponse model it is present in the AssistantModifyRequest, and others such as RunCreateRequest

[JsonPropertyName("response_format")] public ResponseFormatOneOfType? ResponseFormat { get; set; }

Expected behavior AssistantResponse would contain all items returned by https://api.openai.com/v1/assistants, particularly "response_format": "auto"

Desktop (please complete the following information):

kayhantolga commented 1 month ago

ready with 8.7.0