@@ -1132,8 +1132,8 @@ public ProjectConversationsClient(System.ClientModel.Primitives.ClientPipeline p
11321132 public virtual System . Threading . Tasks . Task < System . ClientModel . ClientResult < Azure . AI . Projects . OpenAI . AgentResponseItem > > GetProjectConversationItemAsync ( string conversationId , string itemId , System . Collections . Generic . IEnumerable < OpenAI . Conversations . IncludedConversationItemProperty > include = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
11331133 public virtual System . ClientModel . CollectionResult < Azure . AI . Projects . OpenAI . AgentResponseItem > GetProjectConversationItems ( string conversationId , Azure . AI . Projects . OpenAI . AgentResponseItemKind ? itemKind = default ( Azure . AI . Projects . OpenAI . AgentResponseItemKind ? ) , int ? limit = default ( int ? ) , string order = null , string after = null , string before = null , System . Collections . Generic . IEnumerable < OpenAI . Conversations . IncludedConversationItemProperty > include = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
11341134 public virtual System . ClientModel . AsyncCollectionResult < Azure . AI . Projects . OpenAI . AgentResponseItem > GetProjectConversationItemsAsync ( string conversationId , Azure . AI . Projects . OpenAI . AgentResponseItemKind ? itemKind = default ( Azure . AI . Projects . OpenAI . AgentResponseItemKind ? ) , int ? limit = default ( int ? ) , string order = null , string after = null , string before = null , System . Collections . Generic . IEnumerable < OpenAI . Conversations . IncludedConversationItemProperty > include = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1135- public virtual System . ClientModel . CollectionResult < Azure . AI . Projects . OpenAI . ProjectConversation > GetProjectConversations ( int ? limit = default ( int ? ) , string order = null , string after = null , string before = null , string agentName = null , string agentId = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1136- public virtual System . ClientModel . AsyncCollectionResult < Azure . AI . Projects . OpenAI . ProjectConversation > GetProjectConversationsAsync ( int ? limit = default ( int ? ) , string order = null , string after = null , string before = null , string agentName = null , string agentId = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1135+ public virtual System . ClientModel . CollectionResult < Azure . AI . Projects . OpenAI . ProjectConversation > GetProjectConversations ( Azure . AI . Projects . OpenAI . AgentReference agent = null , int ? limit = default ( int ? ) , string order = null , string after = null , string before = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1136+ public virtual System . ClientModel . AsyncCollectionResult < Azure . AI . Projects . OpenAI . ProjectConversation > GetProjectConversationsAsync ( Azure . AI . Projects . OpenAI . AgentReference agent = null , int ? limit = default ( int ? ) , string order = null , string after = null , string before = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
11371137 public virtual System . ClientModel . ClientResult < Azure . AI . Projects . OpenAI . ProjectConversation > UpdateProjectConversation ( string conversationId , Azure . AI . Projects . OpenAI . ProjectConversationUpdateOptions options , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
11381138 public virtual System . Threading . Tasks . Task < System . ClientModel . ClientResult < Azure . AI . Projects . OpenAI . ProjectConversation > > UpdateProjectConversationAsync ( string conversationId , Azure . AI . Projects . OpenAI . ProjectConversationUpdateOptions options , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
11391139 }
@@ -1198,6 +1198,8 @@ public ProjectResponsesClient(System.Uri projectEndpoint, System.ClientModel.Aut
11981198 public override System . ClientModel . CollectionResult < OpenAI . Responses . StreamingResponseUpdate > CreateResponseStreaming ( string userInputText , OpenAI . Responses . ResponseCreationOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
11991199 public override System . ClientModel . AsyncCollectionResult < OpenAI . Responses . StreamingResponseUpdate > CreateResponseStreamingAsync ( System . Collections . Generic . IEnumerable < OpenAI . Responses . ResponseItem > inputItems , OpenAI . Responses . ResponseCreationOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
12001200 public override System . ClientModel . AsyncCollectionResult < OpenAI . Responses . StreamingResponseUpdate > CreateResponseStreamingAsync ( string userInputText , OpenAI . Responses . ResponseCreationOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1201+ public virtual System . ClientModel . CollectionResult < OpenAI . Responses . OpenAIResponse > GetProjectResponses ( Azure . AI . Projects . OpenAI . AgentReference agent = null , string conversationId = null , int ? limit = default ( int ? ) , string order = null , string after = null , string before = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1202+ public virtual System . ClientModel . AsyncCollectionResult < OpenAI . Responses . OpenAIResponse > GetProjectResponsesAsync ( Azure . AI . Projects . OpenAI . AgentReference agent = null , string conversationId = null , int ? limit = default ( int ? ) , string order = null , string after = null , string before = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
12011203 }
12021204 public partial class ProjectResponsesClientOptions : Azure . AI . Projects . OpenAI . ProjectOpenAIClientOptions
12031205 {
0 commit comments