static OrchestrationTrace |
OrchestrationTrace.fromInvocationInput(Consumer<InvocationInput.Builder> invocationInput) |
Create an instance of this class with invocationInput() initialized to the given value.
|
static OrchestrationTrace |
OrchestrationTrace.fromInvocationInput(InvocationInput invocationInput) |
Create an instance of this class with invocationInput() initialized to the given value.
|
static OrchestrationTrace |
OrchestrationTrace.fromModelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) |
|
static OrchestrationTrace |
OrchestrationTrace.fromModelInvocationInput(ModelInvocationInput modelInvocationInput) |
|
static OrchestrationTrace |
OrchestrationTrace.fromObservation(Consumer<Observation.Builder> observation) |
Create an instance of this class with observation() initialized to the given value.
|
static OrchestrationTrace |
OrchestrationTrace.fromObservation(Observation observation) |
Create an instance of this class with observation() initialized to the given value.
|
static OrchestrationTrace |
OrchestrationTrace.fromRationale(Consumer<Rationale.Builder> rationale) |
Create an instance of this class with rationale() initialized to the given value.
|
static OrchestrationTrace |
OrchestrationTrace.fromRationale(Rationale rationale) |
Create an instance of this class with rationale() initialized to the given value.
|
OrchestrationTrace |
Trace.orchestrationTrace() |
Details about the orchestration step, in which the agent determines the order in which actions are executed and
which knowledge bases are retrieved.
|