Click or drag to resize

AISkillConfigurationProgressLabel Property

Friendly, end-user-facing text shown in the chat "thinking" panel while this skill is being loaded, instead of the raw skill name. Translatable via the repository AIToolProgress context. Leave empty to fall back to a generic label built from the skill name.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public string ProgressLabel { get; set; }

Property Value

String
See Also