Skip to content

Commit 596e2a0

Browse files
Google APIscopybara-github
authored andcommitted
feat: add audio_timestamp to GenerationConfig
PiperOrigin-RevId: 687163077
1 parent 5ebb5c1 commit 596e2a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/content.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ message GenerationConfig {
236236
// Optional. Routing configuration.
237237
optional RoutingConfig routing_config = 17
238238
[(google.api.field_behavior) = OPTIONAL];
239+
240+
// Optional. If enabled, audio timestamp will be included in the request to
241+
// the model.
242+
optional bool audio_timestamp = 20 [(google.api.field_behavior) = OPTIONAL];
239243
}
240244

241245
// Safety settings.

0 commit comments

Comments
 (0)