ApplicationOptions.AgentTools 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.
Optional collection of agent tool definitions to include in agent run contexts. Tools can be FoundryTool instances or dictionary-based facades.
public System.Collections.Generic.IEnumerable<object>? AgentTools { get; init; }
member this.AgentTools : seq<obj> with get, set
Public Property AgentTools As IEnumerable(Of Object)