|
1 | | -// Copyright 2025 Google LLC |
| 1 | +// Copyright 2026 Google LLC |
2 | 2 | // |
3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | // you may not use this file except in compliance with the License. |
@@ -1151,6 +1151,11 @@ message GeminiExample {
|
1151 | 1151 | repeated SafetySetting safety_settings = 3 |
1152 | 1152 | [(google.api.field_behavior) = OPTIONAL]; |
1153 | 1153 | |
| 1154 | +// Optional. Settings for prompt and response sanitization using the Model |
| 1155 | +// Armor service. If supplied, safety_settings must not be supplied. |
| 1156 | +ModelArmorConfig model_armor_config = 11 |
| 1157 | + [(google.api.field_behavior) = OPTIONAL]; |
| 1158 | + |
1154 | 1159 | // Optional. Generation config. |
1155 | 1160 | GenerationConfig generation_config = 4 |
1156 | 1161 | [(google.api.field_behavior) = OPTIONAL]; |
|