Package ai.vectros.types
Interface TruncationWarningEvent.ReasonStage
- All Known Implementing Classes:
TruncationWarningEvent.Builder
- Enclosing class:
TruncationWarningEvent
public static interface TruncationWarningEvent.ReasonStage
-
Method Summary
Modifier and TypeMethodDescriptionreason(@NotNull TruncationWarningEventReason reason) Why truncation occurred.
-
Method Details
-
reason
Why truncation occurred. Currently only
context_window_budget(the results did not fit the model's context window).
-