ToolCallMessagesSettingsBuilder
Methods
States(System.Action)
Contains the display names for each state value shown in the step header badge.
Parameters
configurator - System.Action<ToolCallMessagesStatesSettingsBuilder>
The action that configures the states.
Approve(System.String)
The label for the approve button shown when state is "awaitingApproval".
Parameters
value - System.String
The value that configures the approve.
Reject(System.String)
The label for the reject button shown when state is "awaitingApproval".
Parameters
value - System.String
The value that configures the reject.
ParametersLabel(System.String)
The heading label rendered above the parameters JSON block in the step body.
Parameters
value - System.String
The value that configures the parameterslabel.
ResultLabel(System.String)
The heading label rendered above the result JSON block in the step body.
Parameters
value - System.String
The value that configures the resultlabel.