static Trace.Builder |
Trace.builder() |
|
default Trace.Builder |
Trace.Builder.failureTrace(Consumer<FailureTrace.Builder> failureTrace) |
Contains information about the failure of the interaction.
|
Trace.Builder |
Trace.Builder.failureTrace(FailureTrace failureTrace) |
Contains information about the failure of the interaction.
|
Trace.Builder |
TracePart.BuilderImpl.getTrace() |
|
default Trace.Builder |
Trace.Builder.orchestrationTrace(Consumer<OrchestrationTrace.Builder> orchestrationTrace) |
Details about the orchestration step, in which the agent determines the order in which actions are executed
and which knowledge bases are retrieved.
|
Trace.Builder |
Trace.Builder.orchestrationTrace(OrchestrationTrace orchestrationTrace) |
Details about the orchestration step, in which the agent determines the order in which actions are executed
and which knowledge bases are retrieved.
|
default Trace.Builder |
Trace.Builder.postProcessingTrace(Consumer<PostProcessingTrace.Builder> postProcessingTrace) |
Details about the post-processing step, in which the agent shapes the response..
|
Trace.Builder |
Trace.Builder.postProcessingTrace(PostProcessingTrace postProcessingTrace) |
Details about the post-processing step, in which the agent shapes the response..
|
default Trace.Builder |
Trace.Builder.preProcessingTrace(Consumer<PreProcessingTrace.Builder> preProcessingTrace) |
Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.
|
Trace.Builder |
Trace.Builder.preProcessingTrace(PreProcessingTrace preProcessingTrace) |
Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.
|
Trace.Builder |
Trace.toBuilder() |
|