You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// AWSBedRockResponseVendorFields contains extra vendor-specific fields to add to the openai response.
1520
-
typeAWSBedRockResponseVendorFieldsstruct {
1519
+
// AWSBedrockResponseVendorFields contains extra vendor-specific fields to add to the openai response.
1520
+
typeAWSBedrockResponseVendorFieldsstruct {
1521
1521
// Contains content regarding the reasoning that is carried out by the model. Reasoning refers to a Chain of Thought (CoT) that the model generates to enhance the accuracy of its final response.
1522
1522
// Note: This object is a Union. Only one member of this object can be specified or returned.
1523
1523
// Required: No
1524
1524
// See https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_ReasoningContentBlock.html for more information.
0 commit comments