AgentSkillsProviderOptions Class

Definition

Configuration options for AgentSkillsProvider.

public sealed class AgentSkillsProviderOptions
type AgentSkillsProviderOptions = class
Public NotInheritable Class AgentSkillsProviderOptions
Inheritance
AgentSkillsProviderOptions

Constructors

Name Description
AgentSkillsProviderOptions()

Properties

Name Description
DisableLoadSkillApproval

Gets or sets a value indicating whether approval is disabled for the LoadSkillToolName tool.

DisableReadSkillResourceApproval

Gets or sets a value indicating whether approval is disabled for the ReadSkillResourceToolName tool.

DisableRunSkillScriptApproval

Gets or sets a value indicating whether approval is disabled for the RunSkillScriptToolName tool.

IncludeDetailedErrors

Gets or sets a value indicating whether detailed exception information is included in the error message returned to the model when a script execution fails.

SkillsInstructionPrompt

Gets or sets a custom system prompt template for advertising skills. The template must contain {skills} as the placeholder for the generated skills list. When null, a default template is used.

Applies to