Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.PerformedAction
-
Packages that use PerformedAction Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of PerformedAction in com.oracle.bmc.generativeaiagentruntime.model
Subclasses of PerformedAction in com.oracle.bmc.generativeaiagentruntime.model Modifier and Type Class Description class
FunctionCallingPerformedAction
Represents an action for recording the result of a function call.class
HumanApprovalPerformedAction
An action describing user approval to the agent.Methods in com.oracle.bmc.generativeaiagentruntime.model that return types with arguments of type PerformedAction Modifier and Type Method Description List<PerformedAction>
ChatDetails. getPerformedActions()
A list of actions that have been performed based on prior required actions.Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type PerformedAction Modifier and Type Method Description ChatDetails.Builder
ChatDetails.Builder. performedActions(List<PerformedAction> performedActions)
A list of actions that have been performed based on prior required actions.Constructor parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type PerformedAction Constructor Description ChatDetails(String userMessage, Boolean shouldStream, String sessionId, Map<String,String> toolParameters, List<PerformedAction> performedActions)
Deprecated.
-