Skip to content

Bedrock Agent Runtime  >  Unions  >  FunctionSchema

FunctionSchema

Union Type

FunctionSchema module-attribute

Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.

Union Member Types

FunctionSchemaFunctions dataclass

A list of functions that each define an action in the action group.

Attributes

value instance-attribute
value: list[FunctionDefinition]

FunctionSchemaUnknown 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