Uses of Class
org.apache.flink.model.openai.ContextOverflowAction
-
-
Uses of ContextOverflowAction in org.apache.flink.model.openai
Fields in org.apache.flink.model.openai with type parameters of type ContextOverflowAction Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<ContextOverflowAction>OpenAIOptions. CONTEXT_OVERFLOW_ACTIONMethods in org.apache.flink.model.openai that return ContextOverflowAction Modifier and Type Method Description static ContextOverflowActionContextOverflowAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextOverflowAction[]ContextOverflowAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-