CaptureStructuredOutputsTool.ToolConfigs 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.
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)