AgentFileSkillsSourceOptions.AllowedScriptExtensions Property

Definition

Gets or sets the allowed file extensions for skill scripts. When null, defaults to .py, .js, .sh, .ps1, .cs, .csx.

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

Property Value

Applies to