@@ -203,8 +203,8 @@ public AgentsClient(System.Uri endpoint, string subscriptionId, string resourceG
203203 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . Projects . ThreadRun > > CreateRunAsync ( Azure . AI . Projects . AgentThread thread , Azure . AI . Projects . Agent agent , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
204204 public virtual System . Threading . Tasks . Task < Azure . Response > CreateRunAsync ( string threadId , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
205205 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . Projects . ThreadRun > > CreateRunAsync ( string threadId , string assistantId , string overrideModelName = null , string overrideInstructions = null , string additionalInstructions = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ThreadMessageOptions > additionalMessages = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ToolDefinition > overrideTools = null , bool ? stream = default ( bool ? ) , float ? temperature = default ( float ? ) , float ? topP = default ( float ? ) , int ? maxPromptTokens = default ( int ? ) , int ? maxCompletionTokens = default ( int ? ) , Azure . AI . Projects . TruncationObject truncationStrategy = null , System . BinaryData toolChoice = null , System . BinaryData responseFormat = null , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
206- public virtual System . ClientModel . CollectionResult < Azure . AI . Projects . StreamingUpdate > CreateRunStreaming ( string threadId , string assistantId , string overrideModelName = null , string overrideInstructions = null , string additionalInstructions = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ThreadMessage > additionalMessages = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ToolDefinition > overrideTools = null , float ? temperature = default ( float ? ) , float ? topP = default ( float ? ) , int ? maxPromptTokens = default ( int ? ) , int ? maxCompletionTokens = default ( int ? ) , Azure . AI . Projects . TruncationObject truncationStrategy = null , System . BinaryData toolChoice = null , System . BinaryData responseFormat = null , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
207- public virtual System . ClientModel . AsyncCollectionResult < Azure . AI . Projects . StreamingUpdate > CreateRunStreamingAsync ( string threadId , string assistantId , string overrideModelName = null , string overrideInstructions = null , string additionalInstructions = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ThreadMessage > additionalMessages = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ToolDefinition > overrideTools = null , float ? temperature = default ( float ? ) , float ? topP = default ( float ? ) , int ? maxPromptTokens = default ( int ? ) , int ? maxCompletionTokens = default ( int ? ) , Azure . AI . Projects . TruncationObject truncationStrategy = null , System . BinaryData toolChoice = null , System . BinaryData responseFormat = null , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
206+ public virtual System . ClientModel . CollectionResult < Azure . AI . Projects . StreamingUpdate > CreateRunStreaming ( string threadId , string assistantId , string overrideModelName = null , string overrideInstructions = null , string additionalInstructions = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ThreadMessageOptions > additionalMessages = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ToolDefinition > overrideTools = null , float ? temperature = default ( float ? ) , float ? topP = default ( float ? ) , int ? maxPromptTokens = default ( int ? ) , int ? maxCompletionTokens = default ( int ? ) , Azure . AI . Projects . TruncationObject truncationStrategy = null , System . BinaryData toolChoice = null , System . BinaryData responseFormat = null , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
207+ public virtual System . ClientModel . AsyncCollectionResult < Azure . AI . Projects . StreamingUpdate > CreateRunStreamingAsync ( string threadId , string assistantId , string overrideModelName = null , string overrideInstructions = null , string additionalInstructions = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ThreadMessageOptions > additionalMessages = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ToolDefinition > overrideTools = null , float ? temperature = default ( float ? ) , float ? topP = default ( float ? ) , int ? maxPromptTokens = default ( int ? ) , int ? maxCompletionTokens = default ( int ? ) , Azure . AI . Projects . TruncationObject truncationStrategy = null , System . BinaryData toolChoice = null , System . BinaryData responseFormat = null , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
208208 public virtual Azure . Response CreateThread ( Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
209209 public virtual Azure . Response < Azure . AI . Projects . AgentThread > CreateThread ( System . Collections . Generic . IEnumerable < Azure . AI . Projects . ThreadMessageOptions > messages = null , Azure . AI . Projects . ToolResources toolResources = null , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
210210 public virtual Azure . Response CreateThreadAndRun ( Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
0 commit comments