| Package | Description |
|---|---|
| com.google.cloud.vertexai.generativeai |
| Modifier and Type | Method and Description |
|---|---|
ChatSession |
GenerativeModel.startChat() |
ChatSession |
ChatSession.withGenerationConfig(GenerationConfig generationConfig)
Creates a copy of the current ChatSession with updated GenerationConfig.
|
ChatSession |
ChatSession.withSafetySettings(List<SafetySetting> safetySettings)
Creates a copy of the current ChatSession with updated SafetySettings.
|
ChatSession |
ChatSession.withTools(List<Tool> tools)
Creates a copy of the current ChatSession with updated Tools.
|
Copyright © 2024 Google LLC. All rights reserved.