File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5080,6 +5080,8 @@ public class OpenAIResponseClient {
50805080 public OpenAIResponseClient ( string model , string apiKey ) ;
50815081 [ Experimental ( "OPENAI001" ) ]
50825082 public Uri Endpoint { get ; }
5083+ [ Experimental ( "OPENAI001" ) ]
5084+ public string Model { get ; }
50835085 public ClientPipeline Pipeline { get ; }
50845086 public virtual ClientResult CancelResponse ( string responseId , RequestOptions options ) ;
50855087 public virtual ClientResult < OpenAIResponse > CancelResponse ( string responseId , CancellationToken cancellationToken = default ) ;
Original file line number Diff line number Diff line change @@ -4472,6 +4472,7 @@ public class OpenAIResponseClient {
44724472 public OpenAIResponseClient ( string model , AuthenticationPolicy authenticationPolicy ) ;
44734473 public OpenAIResponseClient ( string model , string apiKey ) ;
44744474 public Uri Endpoint { get ; }
4475+ public string Model { get ; }
44754476 public ClientPipeline Pipeline { get ; }
44764477 public virtual ClientResult CancelResponse ( string responseId , RequestOptions options ) ;
44774478 public virtual ClientResult < OpenAIResponse > CancelResponse ( string responseId , CancellationToken cancellationToken = default ) ;
You can’t perform that action at this time.
0 commit comments