ToolCallMessagesSettingsTagHelper
Example
Razor
<messages>
<states />
</messages>
ChildTags
| Tag Name | Details |
|---|---|
| states | ToolCallMessagesStatesSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| approve | String | The label for the approve button shown when state is "awaitingApproval". |
| parameters-label | String | The heading label rendered above the parameters JSON block in the step body. |
| reject | String | The label for the reject button shown when state is "awaitingApproval". |
| result-label | String | The heading label rendered above the result JSON block in the step body. |