Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime.model |
Modifier and Type | Class and Description |
---|---|
class |
FunctionCallingPerformedAction
Represents an action for recording the result of a function call.
|
class |
HumanApprovalPerformedAction
An action describing user approval to the agent.
|
Modifier and Type | Method and Description |
---|---|
List<PerformedAction> |
ChatDetails.getPerformedActions()
A list of actions that have been performed based on prior required actions.
|
Modifier and Type | Method and Description |
---|---|
ChatDetails.Builder |
ChatDetails.Builder.performedActions(List<PerformedAction> performedActions)
A list of actions that have been performed based on prior required actions.
|
Constructor and Description |
---|
ChatDetails(String userMessage,
Boolean shouldStream,
String sessionId,
Map<String,String> toolParameters,
List<PerformedAction> performedActions)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.