ApplicationOptions.ToolRuntime 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 tool runtime for accessing and invoking tools. If not provided, the application will check if IFoundryToolRuntime is registered in the service collection.
public Azure.AI.AgentServer.Core.Tools.Runtime.IFoundryToolRuntime? ToolRuntime { get; init; }
member this.ToolRuntime : Azure.AI.AgentServer.Core.Tools.Runtime.IFoundryToolRuntime with get, set
Public Property ToolRuntime As IFoundryToolRuntime