ContentBlockStart
module-attribute
¶
ContentBlockStart = Union[ContentBlockStartToolUse | ContentBlockStartToolResult | ContentBlockStartUnknown]
Content block start information.
Union Members¶
ContentBlockStartToolUse
dataclass
¶
Information about a tool that the model is requesting to use.
Source code in src/aws_sdk_bedrock_runtime/models.py
11635 11636 11637 11638 11639 11640 11641 11642 11643 11644 11645 11646 11647 11648 11649 11650 11651 | |
ContentBlockStartToolResult
dataclass
¶
The
Source code in src/aws_sdk_bedrock_runtime/models.py
11654 11655 11656 11657 11658 11659 11660 11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 | |
ContentBlockStartUnknown
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.
Source code in src/aws_sdk_bedrock_runtime/models.py
11673 11674 11675 11676 11677 11678 11679 11680 11681 11682 11683 11684 11685 11686 11687 11688 11689 11690 11691 11692 11693 | |