Click or drag to resize

AIToolConfigurationProgressLabel Property

Friendly, end-user-facing text shown in the chat "thinking" panel while this tool runs, instead of the raw tool name. Supports {param} placeholders that are replaced by the matching argument values of the current call (e.g. Getting columns from table {table}). Translatable via the repository AIToolProgress context. Leave empty to fall back to a generic label built from the tool 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