AzureFunctionTool.ToolConfigs Property

Definition

Per-tool configuration map. Keys are tool names or * (catch-all default). Resolution order: exact tool name match takes priority over *. Unknown tool names are silently ignored at runtime.

public System.Collections.Generic.IDictionary<string,Azure.AI.Projects.Agents.ToolConfig> ToolConfigs { get; }
member this.ToolConfigs : System.Collections.Generic.IDictionary<string, Azure.AI.Projects.Agents.ToolConfig>
Public ReadOnly Property ToolConfigs As IDictionary(Of String, ToolConfig)

Property Value

Applies to