Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.Trace
-
Packages that use Trace Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of Trace in com.oracle.bmc.generativeaiagentruntime.model
Subclasses of Trace in com.oracle.bmc.generativeaiagentruntime.model Modifier and Type Class Description class
ErrorTrace
The trace information about the error.class
GenerationTrace
The trace information about the generated response.class
RetrievalTrace
The trace that displays the retrieval information.Methods in com.oracle.bmc.generativeaiagentruntime.model that return types with arguments of type Trace Modifier and Type Method Description List<Trace>
ChatResult. getTraces()
The trace that displays the internal progression, such as reasoning and actions during an execution.Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type Trace Modifier and Type Method Description ChatResult.Builder
ChatResult.Builder. traces(List<Trace> traces)
The trace that displays the internal progression, such as reasoning and actions during an execution.Constructor parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type Trace Constructor Description ChatResult(Message message, List<Trace> traces, Map<String,String> toolResults, List<RequiredAction> requiredActions, String guardrailResult)
Deprecated.
-