Skip to content

Commit

Permalink
fix: Fix changes from gcloud-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Jan 2, 2025
1 parent 127a283 commit 79c2d98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/redacters/gcp_vertex_ai.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ impl<'a> GcpVertexAiRedacter<'a> {
),
),
metadata: None,
..std::default::Default::default()
},
gcloud_sdk::google::cloud::aiplatform::v1beta1::Part {
data: Some(
Expand All @@ -251,6 +252,7 @@ impl<'a> GcpVertexAiRedacter<'a> {
),
),
metadata: None,
..std::default::Default::default()
}
],
role: "user".to_string(),
Expand Down Expand Up @@ -360,6 +362,7 @@ impl<'a> GcpVertexAiRedacter<'a> {
),
),
metadata: None,
..std::default::Default::default()
},
gcloud_sdk::google::cloud::aiplatform::v1beta1::Part {
data: Some(
Expand All @@ -371,6 +374,7 @@ impl<'a> GcpVertexAiRedacter<'a> {
),
),
metadata: None,
..std::default::Default::default()
}
],
role: "user".to_string(),
Expand Down

0 comments on commit 79c2d98

Please sign in to comment.