Observation

data class Observation(val value: Observation) : OrchestrationTrace

Details about the observation (the output of the action group Lambda or knowledge base) made by the agent.

Constructors

Link copied to clipboard
constructor(value: Observation)

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