Skip to content

Bedrock Agentcore  >  Unions  >  GroundTruthTurnInput

GroundTruthTurnInput

Union Type

GroundTruthTurnInput module-attribute

The input for a ground truth conversation turn.

Union Member Types

GroundTruthTurnInputPrompt dataclass

The text prompt for this conversation turn.

Attributes

value instance-attribute
value: str

GroundTruthTurnInputUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str