File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock
spring-ai-moonshot/src/main/java/org/springframework/ai/moonshot/metadata Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public static BedrockUsage from(AmazonBedrockInvocationMetrics usage) {
3434 private final AmazonBedrockInvocationMetrics usage ;
3535
3636 protected BedrockUsage (AmazonBedrockInvocationMetrics usage ) {
37- Assert .notNull (usage , "OpenAI Usage must not be null" );
37+ Assert .notNull (usage , "Bedrock Usage must not be null" );
3838 this .usage = usage ;
3939 }
4040
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public static MoonshotUsage from(MoonshotApi.Usage usage) {
1616 }
1717
1818 protected MoonshotUsage (MoonshotApi .Usage usage ) {
19- Assert .notNull (usage , "OpenAI Usage must not be null" );
19+ Assert .notNull (usage , "Moonshot Usage must not be null" );
2020 this .usage = usage ;
2121 }
2222
You can’t perform that action at this time.
0 commit comments