ToolConfig.Pin 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.
When true, the tool is always included in agent context and visible in tools/list.
When false (default), the tool is hidden from tools/list and only discoverable via tool_search.
public bool? Pin { get; set; }
member this.Pin : Nullable<bool> with get, set
Public Property Pin As Nullable(Of Boolean)