-
GoogleGenAiStreamingChatModel.builder()
GoogleGenAiStreamingChatModel.Builder.client(com.google.genai.Client client)
GoogleGenAiStreamingChatModel.Builder.defaultRequestParameters(dev.langchain4j.model.chat.request.ChatRequestParameters defaultRequestParameters)
Executor used to drive the blocking ResponseStream iteration off the calling
thread.
GoogleGenAiStreamingChatModel.Builder.googleCredentials(com.google.auth.oauth2.GoogleCredentials credentials)
GoogleGenAiStreamingChatModel.Builder.listeners(List<dev.langchain4j.model.chat.listener.ChatModelListener> listeners)
GoogleGenAiStreamingChatModel.Builder.responseFormat(dev.langchain4j.model.chat.request.ResponseFormat responseFormat)
GoogleGenAiStreamingChatModel.Builder.safetySettings(List<com.google.genai.types.SafetySetting> safetySettings)
GoogleGenAiStreamingChatModel.Builder.seed(Integer seed)
GoogleGenAiStreamingChatModel.Builder.topK(Integer topK)
GoogleGenAiStreamingChatModel.Builder.topP(Double topP)