Skip to content

Commit 81485e1

Browse files
deejay1markpollack
authored andcommitted
Fix: Remove nonexisting parameter from javadoc
Signed-off-by: Łukasz Jernaś <[email protected]>
1 parent b91777d commit 81485e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-ai-model/src/main/java/org/springframework/ai/chat/metadata/DefaultUsage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public DefaultUsage(Integer promptTokens, Integer completionTokens, Integer tota
9191
* with completionTokens and the legacy format with generationTokens.
9292
* @param promptTokens the number of tokens in the prompt
9393
* @param completionTokens the number of tokens in the completion (new format)
94-
* @param generationTokens the number of tokens in the generation (legacy format)
9594
* @param totalTokens the total number of tokens
9695
* @param nativeUsage the native usage object
9796
* @return a new DefaultUsage instance

0 commit comments

Comments
 (0)