AgentFileSkillsSourceOptions Class
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.
Configuration options for file-based skill sources.
public sealed class AgentFileSkillsSourceOptions
type AgentFileSkillsSourceOptions = class
Public NotInheritable Class AgentFileSkillsSourceOptions
- Inheritance
-
AgentFileSkillsSourceOptions
Remarks
Use this class to configure file-based skill discovery without relying on positional constructor or method parameters. New options can be added here without breaking existing callers.
Constructors
| Name | Description |
|---|---|
| AgentFileSkillsSourceOptions() | |
Properties
| Name | Description |
|---|---|
| AllowedResourceExtensions |
Gets or sets the allowed file extensions for skill resources.
When |
| AllowedScriptExtensions |
Gets or sets the allowed file extensions for skill scripts.
When |
| ResourceFilter |
Gets or sets a predicate that filters discovered resource files.
The predicate receives an AgentFileSkillFilterContext containing the skill's name
and the file's path relative to the skill directory.
Return |
| ScriptFilter |
Gets or sets a predicate that filters discovered script files.
The predicate receives an AgentFileSkillFilterContext containing the skill's name
and the file's path relative to the skill directory.
Return |
| SearchDepth |
Gets or sets the maximum depth to search for script and resource files within each skill directory.
A value of |