Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime.model |
Modifier and Type | Class and Description |
---|---|
class |
FunctionCallingRequiredAction
Represents an action for submitting function call outputs.
|
Modifier and Type | Method and Description |
---|---|
List<RequiredAction> |
ChatResult.getRequiredActions()
A list of actions the agent requires the user or agent client to perform.
|
Modifier and Type | Method and Description |
---|---|
ChatResult.Builder |
ChatResult.Builder.requiredActions(List<RequiredAction> requiredActions)
A list of actions the agent requires the user or agent client to perform.
|
Constructor and Description |
---|
ChatResult(Message message,
List<Trace> traces,
Map<String,String> toolResults,
List<RequiredAction> requiredActions,
String guardrailResult)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.