We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1a575 commit 8a92c34Copy full SHA for 8a92c34
orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationResponse.java
@@ -33,7 +33,7 @@ public enum FinishReason {
33
/** The assistant message finished normally. */
34
STOP("stop"),
35
/** The generated message is cut off because the maximum number of output tokens was reached. */
36
- MAX_TOKENS("max_tokens"),
+ LENGTH("length"),
37
/** The generated message was filtered out by an output content filter. */
38
CONTENT_FILTER("content_filter"),
39
/** The assistant message finished with a non-standardized reason. */
0 commit comments