Uses of Class
dev.langchain4j.model.chat.request.ResponseFormat
Packages that use ResponseFormat
Package
Description
-
Uses of ResponseFormat in dev.langchain4j.internal
Methods in dev.langchain4j.internal with parameters of type ResponseFormatModifier and TypeMethodDescriptionstatic void
ChatRequestValidationUtils.validate
(ResponseFormat responseFormat) -
Uses of ResponseFormat in dev.langchain4j.model.azure
Methods in dev.langchain4j.model.azure with parameters of type ResponseFormatModifier and TypeMethodDescriptionAzureOpenAiChatModel.Builder.responseFormat
(ResponseFormat responseFormat) AzureOpenAiStreamingChatModel.Builder.responseFormat
(ResponseFormat responseFormat) -
Uses of ResponseFormat in dev.langchain4j.model.chat.request
Fields in dev.langchain4j.model.chat.request declared as ResponseFormatModifier and TypeFieldDescriptionstatic final ResponseFormat
ResponseFormat.JSON
static final ResponseFormat
ResponseFormat.TEXT
Methods in dev.langchain4j.model.chat.request that return ResponseFormatModifier and TypeMethodDescriptionResponseFormat.Builder.build()
ChatRequest.responseFormat()
ChatRequestParameters.responseFormat()
DefaultChatRequestParameters.responseFormat()
Methods in dev.langchain4j.model.chat.request with parameters of type ResponseFormatModifier and TypeMethodDescriptionChatRequest.Builder.responseFormat
(ResponseFormat responseFormat) DefaultChatRequestParameters.Builder.responseFormat
(ResponseFormat responseFormat) -
Uses of ResponseFormat in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai with parameters of type ResponseFormatModifier and TypeMethodDescriptionGoogleAiGeminiChatModel.GoogleAiGeminiChatModelBuilder.responseFormat
(ResponseFormat responseFormat) GoogleAiGeminiStreamingChatModel.GoogleAiGeminiStreamingChatModelBuilder.responseFormat
(ResponseFormat responseFormat) -
Uses of ResponseFormat in dev.langchain4j.model.mistralai
Methods in dev.langchain4j.model.mistralai with parameters of type ResponseFormatModifier and TypeMethodDescriptionMistralAiChatModel.MistralAiChatModelBuilder.responseFormat
(ResponseFormat responseFormat) MistralAiStreamingChatModel.MistralAiStreamingChatModelBuilder.responseFormat
(ResponseFormat responseFormat) -
Uses of ResponseFormat in dev.langchain4j.model.mistralai.internal.api
Methods in dev.langchain4j.model.mistralai.internal.api that return ResponseFormat -
Uses of ResponseFormat in dev.langchain4j.model.mistralai.internal.mapper
Methods in dev.langchain4j.model.mistralai.internal.mapper with parameters of type ResponseFormatModifier and TypeMethodDescriptionstatic MistralAiResponseFormat
MistralAiMapper.toMistralAiResponseFormat
(ResponseFormat responseFormat) -
Uses of ResponseFormat in dev.langchain4j.model.ollama
Methods in dev.langchain4j.model.ollama with parameters of type ResponseFormatModifier and TypeMethodDescriptionOllamaLanguageModel.OllamaLanguageModelBuilder.responseFormat
(ResponseFormat responseFormat) OllamaStreamingLanguageModel.OllamaStreamingLanguageModelBuilder.responseFormat
(ResponseFormat responseFormat) -
Uses of ResponseFormat in dev.langchain4j.model.openai.internal
Methods in dev.langchain4j.model.openai.internal that return ResponseFormatModifier and TypeMethodDescriptionstatic ResponseFormat
OpenAiUtils.fromOpenAiResponseFormat
(String responseFormat)