Agent Agent Action Group Action Group Executor
data class AgentAgentActionGroupActionGroupExecutor(val customControl: String? = null, val lambda: String? = null)
Properties
Link copied to clipboard
Custom control method for handling the information elicited from the user. Valid values: RETURN_CONTROL
. To skip using a Lambda function and instead return the predicted action group, in addition to the parameters and information required for it, in the InvokeAgent
response, specify RETURN_CONTROL
. Only one of custom_control
or lambda
can be specified.