Fix: Remove nonexisting parameter from javadoc

Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
This commit is contained in:
Łukasz Jernaś
2025-05-05 13:09:16 +02:00
committed by Mark Pollack
parent b91777d15d
commit 81485e1603

View File

@@ -91,7 +91,6 @@ public class DefaultUsage implements Usage {
* with completionTokens and the legacy format with generationTokens.
* @param promptTokens the number of tokens in the prompt
* @param completionTokens the number of tokens in the completion (new format)
* @param generationTokens the number of tokens in the generation (legacy format)
* @param totalTokens the total number of tokens
* @param nativeUsage the native usage object
* @return a new DefaultUsage instance