AgentFileSkillsSourceOptions.SearchDepth Property

Definition

Gets or sets the maximum depth to search for script and resource files within each skill directory. A value of 1 searches only the skill root directory. A value of 2 searches the root and one level of subdirectories. When null, the source uses the default depth of 2.

public int? SearchDepth { get; set; }
member this.SearchDepth : Nullable<int> with get, set
Public Property SearchDepth As Nullable(Of Integer)

Property Value

Remarks

Must be greater than or equal to 1; lower values are rejected by the constructor.

Applies to