static Trace.Builder |
Trace.builder() |
|
default Trace.Builder |
Trace.Builder.customOrchestrationTrace(Consumer<CustomOrchestrationTrace.Builder> customOrchestrationTrace) |
Details about the custom orchestration step in which the agent determines the order in which actions are
executed.
|
Trace.Builder |
Trace.Builder.customOrchestrationTrace(CustomOrchestrationTrace customOrchestrationTrace) |
Details about the custom orchestration step in which the agent determines the order in which actions are
executed.
|
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 |
InlineAgentTracePart.BuilderImpl.getTrace() |
|
Trace.Builder |
TracePart.BuilderImpl.getTrace() |
|
default Trace.Builder |
Trace.Builder.guardrailTrace(Consumer<GuardrailTrace.Builder> guardrailTrace) |
The trace details for a trace defined in the Guardrail filter.
|
Trace.Builder |
Trace.Builder.guardrailTrace(GuardrailTrace guardrailTrace) |
The trace details for a trace defined in the Guardrail filter.
|
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.
|
default Trace.Builder |
Trace.Builder.routingClassifierTrace(Consumer<RoutingClassifierTrace.Builder> routingClassifierTrace) |
A routing classifier's trace.
|
Trace.Builder |
Trace.Builder.routingClassifierTrace(RoutingClassifierTrace routingClassifierTrace) |
A routing classifier's trace.
|
Trace.Builder |
Trace.toBuilder() |
|