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 configurator for the states setting.
RETURNS
Returns the current instance of ToolCallMessagesSettingsBuilder .
Approve(System.String)
The label for the approve button shown when state is "awaitingApproval".
Parameters
value - System.String
The value for Approve
RETURNS
Returns the current ToolCallMessagesSettingsBuilder instance.
Reject(System.String)
The label for the reject button shown when state is "awaitingApproval".
Parameters
value - System.String
The value for Reject
RETURNS
Returns the current ToolCallMessagesSettingsBuilder instance.
ParametersLabel(System.String)
The heading label rendered above the parameters JSON block in the step body.
Parameters
value - System.String
The value for ParametersLabel
RETURNS
Returns the current ToolCallMessagesSettingsBuilder instance.
ResultLabel(System.String)
The heading label rendered above the result JSON block in the step body.
Parameters
value - System.String
The value for ResultLabel
RETURNS
Returns the current ToolCallMessagesSettingsBuilder instance.