AIToolConfigurationGetProgressLabel Method |
Builds the user-facing "thinking" label shown in the chat panel while this tool runs:
the translated
ProgressLabel with any
{param} placeholders replaced by
the matching argument values from
toolCall. Returns
null when no
label is configured so the caller can fall back to a generic label.
Namespace: Seal.AIAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic string GetProgressLabel(
AIToolCall toolCall,
string culture = null
)
Parameters
- toolCall AIToolCall
-
- culture String (Optional)
-
Return Value
String
See Also