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
ExecutionTrace
Contains trace information related to execution of tool.class
GenerationTrace
The trace information about the generated response.class
PlanningTrace
Contains trace information related to planning at the platform.class
RetrievalTrace
The trace that displays the retrieval information.class
ToolInvocationTrace
Pre-General Availability: 2024-01-24 |Important| |- |*The following legal notice applies to Oracle pre-GA releases.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.
-