Uses of Class
dev.langchain4j.model.google.genai.GoogleGenAiStreamingChatModel.Builder
Packages that use GoogleGenAiStreamingChatModel.Builder
-
Uses of GoogleGenAiStreamingChatModel.Builder in dev.langchain4j.model.google.genai
Methods in dev.langchain4j.model.google.genai that return GoogleGenAiStreamingChatModel.BuilderModifier and TypeMethodDescriptionGoogleGenAiStreamingChatModel.Builder.allowedFunctionNames(List<String> allowedFunctionNames) GoogleGenAiStreamingChatModel.builder()GoogleGenAiStreamingChatModel.Builder.client(com.google.genai.Client client) GoogleGenAiStreamingChatModel.Builder.defaultRequestParameters(ChatRequestParameters defaultRequestParameters) GoogleGenAiStreamingChatModel.Builder.enableGoogleMaps(boolean googleMaps) GoogleGenAiStreamingChatModel.Builder.enableGoogleSearch(boolean googleSearch) GoogleGenAiStreamingChatModel.Builder.enableUrlContext(boolean urlContext) GoogleGenAiStreamingChatModel.Builder.executor(ExecutorService executor) Executor used to drive the blockingResponseStreamiteration off the calling thread.GoogleGenAiStreamingChatModel.Builder.googleCredentials(com.google.auth.oauth2.GoogleCredentials credentials) GoogleGenAiStreamingChatModel.Builder.listeners(List<ChatModelListener> listeners) GoogleGenAiStreamingChatModel.Builder.maxOutputTokens(Integer maxOutputTokens) GoogleGenAiStreamingChatModel.Builder.responseFormat(ResponseFormat responseFormat) GoogleGenAiStreamingChatModel.Builder.safetySettings(List<com.google.genai.types.SafetySetting> safetySettings) GoogleGenAiStreamingChatModel.Builder.stopSequences(List<String> stopSequences) GoogleGenAiStreamingChatModel.Builder.temperature(Double temperature) GoogleGenAiStreamingChatModel.Builder.thinkingBudget(Integer thinkingBudget)