CreateRunStreamingOptions.OverrideTools Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The overridden list of enabled tools that the Agent should use to run the thread.
public System.Collections.Generic.IEnumerable<Azure.AI.Agents.Persistent.ToolDefinition> OverrideTools { get; set; }
member this.OverrideTools : seq<Azure.AI.Agents.Persistent.ToolDefinition> with get, set
Public Property OverrideTools As IEnumerable(Of ToolDefinition)