@@ -63,7 +63,7 @@ public partial class ChatClient
6363 global ::System . Collections . Generic . IList < global ::tryAGI . OpenAI . ChatCompletionModalitie > ? modalities = default ,
6464 global ::tryAGI . OpenAI . CreateChatCompletionRequestAudio ? audio = default ,
6565 double ? presencePenalty = default ,
66- global ::tryAGI . OpenAI . ResponseFormat ? responseFormat = default ,
66+ global ::tryAGI . OpenAI . ResponseFormat3 ? responseFormat = default ,
6767 int ? seed = default ,
6868 global ::tryAGI . OpenAI . CreateChatCompletionRequestServiceTier ? serviceTier = default ,
6969 global ::tryAGI . OpenAI . OneOf < string , global ::System . Collections . Generic . IList < string > > ? stop = default ,
@@ -170,7 +170,7 @@ public partial class ChatClient
170170 global ::System . Collections . Generic . IList < global ::tryAGI . OpenAI . ChatCompletionModalitie > ? modalities = default ,
171171 global ::tryAGI . OpenAI . CreateChatCompletionRequestAudio ? audio = default ,
172172 double ? presencePenalty = default ,
173- global ::tryAGI . OpenAI . ResponseFormat ? responseFormat = default ,
173+ global ::tryAGI . OpenAI . ResponseFormat3 ? responseFormat = default ,
174174 int ? seed = default ,
175175 global ::tryAGI . OpenAI . CreateChatCompletionRequestServiceTier ? serviceTier = default ,
176176 global ::tryAGI . OpenAI . OneOf < string , global ::System . Collections . Generic . IList < string > > ? stop = default ,
0 commit comments