@@ -5478,18 +5478,14 @@ public class OpenAIResponseClient {
54785478 public virtual ClientResult < ResponseDeletionResult > DeleteResponse ( string responseId , CancellationToken cancellationToken = default ) ;
54795479 public virtual Task < ClientResult > DeleteResponseAsync ( string responseId , RequestOptions options ) ;
54805480 public virtual Task < ClientResult < ResponseDeletionResult > > DeleteResponseAsync ( string responseId , CancellationToken cancellationToken = default ) ;
5481- public virtual CollectionResult < ResponseItem > GetInputItems ( string responseId , ResponseItemCollectionOptions options = null , CancellationToken cancellationToken = default ) ;
5482- public virtual CollectionResult GetInputItems ( string responseId , int ? limit , string order , string after , string before , RequestOptions options ) ;
5483- public virtual AsyncCollectionResult < ResponseItem > GetInputItemsAsync ( string responseId , ResponseItemCollectionOptions options = null , CancellationToken cancellationToken = default ) ;
5484- public virtual AsyncCollectionResult GetInputItemsAsync ( string responseId , int ? limit , string order , string after , string before , RequestOptions options ) ;
54855481 public virtual ClientResult GetResponse ( string responseId , bool ? stream , int ? startingAfter , RequestOptions options ) ;
54865482 public virtual ClientResult < OpenAIResponse > GetResponse ( string responseId , CancellationToken cancellationToken = default ) ;
54875483 public virtual Task < ClientResult > GetResponseAsync ( string responseId , bool ? stream , int ? startingAfter , RequestOptions options ) ;
54885484 public virtual Task < ClientResult < OpenAIResponse > > GetResponseAsync ( string responseId , CancellationToken cancellationToken = default ) ;
54895485 public virtual CollectionResult < ResponseItem > GetResponseInputItems ( string responseId , ResponseItemCollectionOptions options = null , CancellationToken cancellationToken = default ) ;
5490- public virtual CollectionResult GetResponseInputItems ( string responseId , int ? limit , string order , string after , string before , RequestOptions options = null ) ;
5486+ public virtual CollectionResult GetResponseInputItems ( string responseId , int ? limit , string order , string after , string before , RequestOptions options ) ;
54915487 public virtual AsyncCollectionResult < ResponseItem > GetResponseInputItemsAsync ( string responseId , ResponseItemCollectionOptions options = null , CancellationToken cancellationToken = default ) ;
5492- public virtual AsyncCollectionResult GetResponseInputItemsAsync ( string responseId , int ? limit , string order , string after , string before , RequestOptions options = null ) ;
5488+ public virtual AsyncCollectionResult GetResponseInputItemsAsync ( string responseId , int ? limit , string order , string after , string before , RequestOptions options ) ;
54935489 public virtual CollectionResult < StreamingResponseUpdate > GetResponseStreaming ( string responseId , int ? startingAfter = null , CancellationToken cancellationToken = default ) ;
54945490 public virtual AsyncCollectionResult < StreamingResponseUpdate > GetResponseStreamingAsync ( string responseId , int ? startingAfter = null , CancellationToken cancellationToken = default ) ;
54955491 }
0 commit comments