Skip to content

Bedrock Agent Runtime  >  Unions  >  FlowOutputContent

FlowOutputContent

Union Type

FlowOutputContent module-attribute

Contains information about the content in an output from prompt flow invocation.

Union Member Types

FlowOutputContentDocument dataclass

The content in the output.

Attributes

value instance-attribute
value: Document

FlowOutputContentUnknown 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