AgentFileSkillsSourceOptions.AllowedResourceExtensions 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.
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)