Rationale

data class Rationale(val value: Rationale) : OrchestrationTrace

Details about the reasoning, based on the input, that the agent uses to justify carrying out an action group or getting information from a knowledge base.

Constructors

Link copied to clipboard
constructor(value: Rationale)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Inherited 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