Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ReasoningTextBlock
Packages that use ReasoningTextBlock
-
Uses of ReasoningTextBlock in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ReasoningTextBlockModifier and TypeMethodDescriptionfinal ReasoningTextBlockReasoningContentBlock.reasoningText()Contains information about the reasoning that the model used to return the content in the content block.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ReasoningTextBlockModifier and TypeMethodDescriptionstatic ReasoningContentBlockReasoningContentBlock.fromReasoningText(ReasoningTextBlock reasoningText) Create an instance of this class withReasoningContentBlock.reasoningText()initialized to the given value.ReasoningContentBlock.Builder.reasoningText(ReasoningTextBlock reasoningText) Contains information about the reasoning that the model used to return the content in the content block.