ToolConfig.IsPinned Property

Definition

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? IsPinned { get; set; }
member this.IsPinned : Nullable<bool> with get, set
Public Property IsPinned As Nullable(Of Boolean)

Property Value

Applies to