@@ -207,8 +207,8 @@ public AgentsClient(System.Uri endpoint, string subscriptionId, string resourceG
207207 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 ; }
208208 public virtual System . Threading . Tasks . Task < Azure . Response > CreateRunAsync ( string threadId , Azure . Core . RequestContent content , System . Collections . Generic . IEnumerable < Azure . AI . Projects . RunAdditionalFieldList > include = null , Azure . RequestContext context = null ) { throw null ; }
209209 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 , bool ? parallelToolCalls = default ( bool ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . RunAdditionalFieldList > include = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
210- 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 , bool ? parallelToolCalls = default ( bool ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
211- 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 , bool ? parallelToolCalls = default ( bool ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
210+ 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 , bool ? parallelToolCalls = default ( bool ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) , Azure . AI . Projects . AutoFunctionCallOptions autoFunctionCallOptions = null ) { throw null ; }
211+ 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 , bool ? parallelToolCalls = default ( bool ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) , Azure . AI . Projects . AutoFunctionCallOptions autoFunctionCallOptions = null ) { throw null ; }
212212 public virtual Azure . Response CreateThread ( Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
213213 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 ; }
214214 public virtual Azure . Response CreateThreadAndRun ( Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
@@ -317,8 +317,8 @@ public AgentsClient(System.Uri endpoint, string subscriptionId, string resourceG
317317 public virtual Azure . Response SubmitToolOutputsToRun ( string threadId , string runId , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
318318 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . Projects . ThreadRun > > SubmitToolOutputsToRunAsync ( Azure . AI . Projects . ThreadRun run , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ToolOutput > toolOutputs , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
319319 public virtual System . Threading . Tasks . Task < Azure . Response > SubmitToolOutputsToRunAsync ( string threadId , string runId , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
320- public virtual System . ClientModel . CollectionResult < Azure . AI . Projects . StreamingUpdate > SubmitToolOutputsToStream ( Azure . AI . Projects . ThreadRun run , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ToolOutput > toolOutputs , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
321- public virtual System . ClientModel . AsyncCollectionResult < Azure . AI . Projects . StreamingUpdate > SubmitToolOutputsToStreamAsync ( Azure . AI . Projects . ThreadRun run , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ToolOutput > toolOutputs , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
320+ public virtual System . ClientModel . CollectionResult < Azure . AI . Projects . StreamingUpdate > SubmitToolOutputsToStream ( Azure . AI . Projects . ThreadRun run , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ToolOutput > toolOutputs , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) , Azure . AI . Projects . AutoFunctionCallOptions autoFunctionCallOptions = null ) { throw null ; }
321+ public virtual System . ClientModel . AsyncCollectionResult < Azure . AI . Projects . StreamingUpdate > SubmitToolOutputsToStreamAsync ( Azure . AI . Projects . ThreadRun run , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ToolOutput > toolOutputs , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) , Azure . AI . Projects . AutoFunctionCallOptions autoFunctionCallOptions = null ) { throw null ; }
322322 public virtual Azure . Response UpdateAgent ( string assistantId , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
323323 public virtual Azure . Response < Azure . AI . Projects . Agent > UpdateAgent ( string assistantId , string model = null , string name = null , string description = null , string instructions = null , System . Collections . Generic . IEnumerable < Azure . AI . Projects . ToolDefinition > tools = null , Azure . AI . Projects . ToolResources toolResources = null , float ? temperature = default ( float ? ) , float ? topP = default ( float ? ) , System . BinaryData responseFormat = null , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
324324 public virtual System . Threading . Tasks . Task < Azure . Response > UpdateAgentAsync ( string assistantId , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
@@ -629,6 +629,10 @@ public enum AuthenticationType
629629 Custom = 3 ,
630630 None = 4 ,
631631 }
632+ public partial class AutoFunctionCallOptions
633+ {
634+ public AutoFunctionCallOptions ( System . Collections . Generic . Dictionary < string , System . Delegate > toolDelegates , int maxRetry ) { }
635+ }
632636 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
633637 public readonly partial struct AzureAISearchQueryType : System . IEquatable < Azure . AI . Projects . AzureAISearchQueryType >
634638 {
0 commit comments