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