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.apiEndpoint(String apiEndpoint) GoogleGenAiStreamingChatModel.builder()GoogleGenAiStreamingChatModel.Builder.cachedContent(String cachedContent) GoogleGenAiStreamingChatModel.Builder.client(com.google.genai.Client client) GoogleGenAiStreamingChatModel.Builder.customHeaders(Map<String, String> customHeaders) 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.frequencyPenalty(Double frequencyPenalty) GoogleGenAiStreamingChatModel.Builder.googleCredentials(com.google.auth.oauth2.GoogleCredentials credentials) GoogleGenAiStreamingChatModel.Builder.listeners(List<ChatModelListener> listeners) GoogleGenAiStreamingChatModel.Builder.logRequests(Boolean logRequests) GoogleGenAiStreamingChatModel.Builder.logRequestsAndResponses(Boolean logRequestsAndResponses) GoogleGenAiStreamingChatModel.Builder.logResponses(Boolean logResponses) GoogleGenAiStreamingChatModel.Builder.maxOutputTokens(Integer maxOutputTokens) GoogleGenAiStreamingChatModel.Builder.presencePenalty(Double presencePenalty) 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) The thinking budget to use.GoogleGenAiStreamingChatModel.Builder.thinkingLevel(String thinkingLevel) The thinking level to use.GoogleGenAiStreamingChatModel.Builder.vertexSearchDatastore(String vertexSearchDatastore)