Skip to content

Bedrock Agent  >  Unions  >  ToolInputSchema

ToolInputSchema

Union Type

ToolInputSchema module-attribute

ToolInputSchema = Union[ToolInputSchemaJson | ToolInputSchemaUnknown]

The input schema for the tool. For more information, see Use a tool to complete an Amazon Bedrock model response.

Union Member Types

ToolInputSchemaJson dataclass

A JSON object defining the input schema for the tool.

Attributes

value instance-attribute
value: Document

ToolInputSchemaUnknown 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