Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime.model |
Modifier and Type | Method and Description |
---|---|
static ChatResult.Builder |
ChatResult.builder()
Create a new builder.
|
ChatResult.Builder |
ChatResult.Builder.copy(ChatResult model) |
ChatResult.Builder |
ChatResult.Builder.guardrailResult(String guardrailResult)
Captures the result of guardrail evaluations as JSON string performed on either the input
to the agent or the output generated by the agent.
|
ChatResult.Builder |
ChatResult.Builder.message(Message message) |
ChatResult.Builder |
ChatResult.Builder.requiredActions(List<RequiredAction> requiredActions)
A list of actions the agent requires the user or agent client to perform.
|
ChatResult.Builder |
ChatResult.toBuilder() |
ChatResult.Builder |
ChatResult.Builder.toolResults(Map<String,String> toolResults)
A map where each key is a toolId and the value contains tool type and additional dynamic
results.
|
ChatResult.Builder |
ChatResult.Builder.traces(List<Trace> traces)
The trace that displays the internal progression, such as reasoning and actions during an
execution.
|
Copyright © 2016–2025. All rights reserved.