@@ -4974,15 +4974,15 @@ public class OpenAIResponseClient {
49744974 public virtual Task < ClientResult > DeleteResponseAsync ( string responseId , RequestOptions options ) ;
49754975 public virtual Task < ClientResult < ResponseDeletionResult > > DeleteResponseAsync ( string responseId , CancellationToken cancellationToken = default ) ;
49764976 public virtual ClientResult GetResponse ( string responseId , IEnumerable < IncludedResponseProperty > include , bool ? stream , int ? startingAfter , bool ? includeObfuscation , RequestOptions options ) ;
4977- public virtual ClientResult < OpenAIResponse > GetResponse ( string responseId , IEnumerable < IncludedResponseProperty > include = null , CancellationToken cancellationToken = default ) ;
4977+ public virtual ClientResult < OpenAIResponse > GetResponse ( string responseId , IEnumerable < IncludedResponseProperty > includedProperties = null , CancellationToken cancellationToken = default ) ;
49784978 public virtual Task < ClientResult > GetResponseAsync ( string responseId , IEnumerable < IncludedResponseProperty > include , bool ? stream , int ? startingAfter , bool ? includeObfuscation , RequestOptions options ) ;
4979- public virtual Task < ClientResult < OpenAIResponse > > GetResponseAsync ( string responseId , IEnumerable < IncludedResponseProperty > include = null , CancellationToken cancellationToken = default ) ;
4979+ public virtual Task < ClientResult < OpenAIResponse > > GetResponseAsync ( string responseId , IEnumerable < IncludedResponseProperty > includedProperties = null , CancellationToken cancellationToken = default ) ;
49804980 public virtual CollectionResult < ResponseItem > GetResponseInputItems ( string responseId , ResponseItemCollectionOptions options = null , CancellationToken cancellationToken = default ) ;
49814981 public virtual CollectionResult GetResponseInputItems ( string responseId , int ? limit , string order , string after , string before , RequestOptions options ) ;
49824982 public virtual AsyncCollectionResult < ResponseItem > GetResponseInputItemsAsync ( string responseId , ResponseItemCollectionOptions options = null , CancellationToken cancellationToken = default ) ;
49834983 public virtual AsyncCollectionResult GetResponseInputItemsAsync ( string responseId , int ? limit , string order , string after , string before , RequestOptions options ) ;
4984- public virtual CollectionResult < StreamingResponseUpdate > GetResponseStreaming ( string responseId , IEnumerable < IncludedResponseProperty > include = null , int ? startingAfter = null , bool ? includeObfuscation = null , CancellationToken cancellationToken = default ) ;
4985- public virtual AsyncCollectionResult < StreamingResponseUpdate > GetResponseStreamingAsync ( string responseId , IEnumerable < IncludedResponseProperty > include = null , int ? startingAfter = null , bool ? includeObfuscation = null , CancellationToken cancellationToken = default ) ;
4984+ public virtual CollectionResult < StreamingResponseUpdate > GetResponseStreaming ( string responseId , IEnumerable < IncludedResponseProperty > includedProperties = null , int ? startingAfter = null , bool ? includeObfuscation = null , CancellationToken cancellationToken = default ) ;
4985+ public virtual AsyncCollectionResult < StreamingResponseUpdate > GetResponseStreamingAsync ( string responseId , IEnumerable < IncludedResponseProperty > includedProperties = null , int ? startingAfter = null , bool ? includeObfuscation = null , CancellationToken cancellationToken = default ) ;
49864986 }
49874987 public static class OpenAIResponsesModelFactory {
49884988 public static MessageResponseItem MessageResponseItem ( string id = null , MessageRole role = MessageRole . Assistant , MessageStatus ? status = null ) ;
0 commit comments