AgentFileSkillsSourceOptions.AllowedResourceExtensions Property

Definition

Gets or sets the allowed file extensions for skill resources. When null, defaults to .md, .json, .yaml, .yml, .csv, .xml, .txt.

public System.Collections.Generic.IEnumerable<string>? AllowedResourceExtensions { get; set; }
member this.AllowedResourceExtensions : seq<string> with get, set
Public Property AllowedResourceExtensions As IEnumerable(Of String)

Property Value

Applies to