@@ -2433,7 +2433,9 @@ protected ThreadRuns() { }
24332433 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . Agents . Persistent . ThreadRun > > CreateRunAsync ( Azure . AI . Agents . Persistent . PersistentAgentThread thread , Azure . AI . Agents . Persistent . PersistentAgent agent , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
24342434 public virtual System . Threading . Tasks . Task < Azure . Response > CreateRunAsync ( string threadId , Azure . Core . RequestContent content , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . RunAdditionalFieldList > include = null , Azure . RequestContext context = null ) { throw null ; }
24352435 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . Agents . Persistent . ThreadRun > > CreateRunAsync ( string threadId , string assistantId , string overrideModelName = null , string overrideInstructions = null , string additionalInstructions = null , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . ThreadMessageOptions > additionalMessages = null , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . 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 . Agents . Persistent . Truncation truncationStrategy = null , System . BinaryData toolChoice = null , System . BinaryData responseFormat = null , bool ? parallelToolCalls = default ( bool ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . RunAdditionalFieldList > include = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
2436+ public virtual System . ClientModel . CollectionResult < Azure . AI . Agents . Persistent . StreamingUpdate > CreateRunStreaming ( string threadId , string agentId , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . RunAdditionalFieldList > include , string overrideModelName = null , string overrideInstructions = null , string additionalInstructions = null , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . ThreadMessageOptions > additionalMessages = null , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . ToolDefinition > overrideTools = null , float ? temperature = default ( float ? ) , float ? topP = default ( float ? ) , int ? maxPromptTokens = default ( int ? ) , int ? maxCompletionTokens = default ( int ? ) , Azure . AI . Agents . Persistent . Truncation truncationStrategy = null , System . BinaryData toolChoice = null , System . BinaryData responseFormat = null , bool ? parallelToolCalls = default ( bool ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
24362437 public virtual System . ClientModel . CollectionResult < Azure . AI . Agents . Persistent . StreamingUpdate > CreateRunStreaming ( string threadId , string agentId , string overrideModelName = null , string overrideInstructions = null , string additionalInstructions = null , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . ThreadMessageOptions > additionalMessages = null , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . ToolDefinition > overrideTools = null , float ? temperature = default ( float ? ) , float ? topP = default ( float ? ) , int ? maxPromptTokens = default ( int ? ) , int ? maxCompletionTokens = default ( int ? ) , Azure . AI . Agents . Persistent . Truncation truncationStrategy = null , System . BinaryData toolChoice = null , System . BinaryData responseFormat = null , bool ? parallelToolCalls = default ( bool ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
2438+ public virtual System . ClientModel . AsyncCollectionResult < Azure . AI . Agents . Persistent . StreamingUpdate > CreateRunStreamingAsync ( string threadId , string agentId , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . RunAdditionalFieldList > include , string overrideModelName = null , string overrideInstructions = null , string additionalInstructions = null , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . ThreadMessageOptions > additionalMessages = null , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . ToolDefinition > overrideTools = null , float ? temperature = default ( float ? ) , float ? topP = default ( float ? ) , int ? maxPromptTokens = default ( int ? ) , int ? maxCompletionTokens = default ( int ? ) , Azure . AI . Agents . Persistent . Truncation truncationStrategy = null , System . BinaryData toolChoice = null , System . BinaryData responseFormat = null , bool ? parallelToolCalls = default ( bool ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
24372439 public virtual System . ClientModel . AsyncCollectionResult < Azure . AI . Agents . Persistent . StreamingUpdate > CreateRunStreamingAsync ( string threadId , string agentId , string overrideModelName = null , string overrideInstructions = null , string additionalInstructions = null , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . ThreadMessageOptions > additionalMessages = null , System . Collections . Generic . IEnumerable < Azure . AI . Agents . Persistent . ToolDefinition > overrideTools = null , float ? temperature = default ( float ? ) , float ? topP = default ( float ? ) , int ? maxPromptTokens = default ( int ? ) , int ? maxCompletionTokens = default ( int ? ) , Azure . AI . Agents . Persistent . Truncation truncationStrategy = null , System . BinaryData toolChoice = null , System . BinaryData responseFormat = null , bool ? parallelToolCalls = default ( bool ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
24382440 public virtual Azure . Response GetRun ( string threadId , string runId , Azure . RequestContext context ) { throw null ; }
24392441 public virtual Azure . Response < Azure . AI . Agents . Persistent . ThreadRun > GetRun ( string threadId , string runId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
0 commit comments