Share via


ApplicationOptions.ToolRuntime Property

Definition

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

Property Value

Applies to