Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.ChatResult.Builder
-
Packages that use ChatResult.Builder Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of ChatResult.Builder in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return ChatResult.Builder Modifier and Type Method 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.
-