Skip to content

Bedrock Agentcore  >  Unions  >  RecommendationResult

RecommendationResult

Union Type

RecommendationResult module-attribute

The result of a recommendation, containing the optimized output.

Union Member Types

RecommendationResultSystemPromptRecommendationResult dataclass

The result of a system prompt recommendation.

Attributes

value instance-attribute

RecommendationResultToolDescriptionRecommendationResult dataclass

The result of a tool description recommendation.

Attributes

value instance-attribute

RecommendationResultUnknown 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