Uses of Class
dev.langchain4j.model.google.genai.GoogleGenAiBatchChatModel.Builder
Packages that use GoogleGenAiBatchChatModel.Builder
-
Uses of GoogleGenAiBatchChatModel.Builder in dev.langchain4j.model.google.genai
Methods in dev.langchain4j.model.google.genai that return GoogleGenAiBatchChatModel.BuilderModifier and TypeMethodDescriptionGoogleGenAiBatchChatModel.Builder.allowedFunctionNames(List<String> allowedFunctionNames) GoogleGenAiBatchChatModel.Builder.apiEndpoint(String apiEndpoint) GoogleGenAiBatchChatModel.builder()GoogleGenAiBatchChatModel.Builder.cachedContent(String cachedContent) GoogleGenAiBatchChatModel.Builder.client(com.google.genai.Client client) GoogleGenAiBatchChatModel.Builder.customHeaders(Map<String, String> customHeaders) GoogleGenAiBatchChatModel.Builder.defaultRequestParameters(ChatRequestParameters defaultRequestParameters) GoogleGenAiBatchChatModel.Builder.generateContentConfigCustomizer(Consumer<com.google.genai.types.GenerateContentConfig.Builder> generateContentConfigCustomizer) Registers a customizer applied to theGenerateContentConfig.Builderafter this integration has populated it (generation parameters, tools, system instruction, etc.), so it can set any underlying Google Gen AI SDK option that is not exposed here, or override a value set above.GoogleGenAiBatchChatModel.Builder.googleCredentials(com.google.auth.oauth2.GoogleCredentials credentials) GoogleGenAiBatchChatModel.Builder.googleMaps(Boolean googleMaps) GoogleGenAiBatchChatModel.Builder.googleSearch(Boolean googleSearch) GoogleGenAiBatchChatModel.Builder.includeThoughts(Boolean includeThoughts) Controls whether the model is asked to include thought summaries in the response.GoogleGenAiBatchChatModel.Builder.maxRetries(Integer maxRetries) GoogleGenAiBatchChatModel.Builder.returnThinking(Boolean returnThinking) Controls whether to return thinking/reasoning text (if available) insideAiMessage.thinking().GoogleGenAiBatchChatModel.Builder.safetySettings(List<com.google.genai.types.SafetySetting> safetySettings) GoogleGenAiBatchChatModel.Builder.sendThinking(Boolean sendThinking) Controls whether to send thinking/reasoning text to the LLM in follow-up requests.GoogleGenAiBatchChatModel.Builder.thinkingBudget(Integer thinkingBudget) The thinking budget to use.GoogleGenAiBatchChatModel.Builder.thinkingLevel(String thinkingLevel) The thinking level to use.GoogleGenAiBatchChatModel.Builder.urlContext(Boolean urlContext) GoogleGenAiBatchChatModel.Builder.vertexSearchDatastore(String vertexSearchDatastore)