OrchestrationTrace

sealed class OrchestrationTrace

Trace contains intermidate response during orchestration

Inheritors

Types

Link copied to clipboard

Trace Part which contains input details for action group or knowledge base

Link copied to clipboard

Trace Part which contains information used to call Invoke Model

Link copied to clipboard
data class Observation(val value: Observation) : OrchestrationTrace

Trace Part which contains output details for action group or knowledge base or final response

Link copied to clipboard
data class Rationale(val value: Rationale) : OrchestrationTrace

Trace Part which contains information related to reasoning

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this OrchestrationTrace as a Rationale and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.Rationale value. Throws an exception if the OrchestrationTrace is not a Rationale.

Link copied to clipboard