File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/google/genai/types Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ public Builder clearName() {
148148 * represents the arguments/fields that are streamed incrementally. This field is not supported
149149 * in Gemini API.
150150 */
151- @ JsonProperty ( "partialArgs" )
151+ @ ExcludeFromGeneratedCoverageReport
152152 public abstract Builder partialArgs (List <PartialArg > partialArgs );
153153
154154 /**
@@ -178,7 +178,7 @@ public Builder partialArgs(PartialArg.Builder... partialArgsBuilders) {
178178 .collect (toImmutableList ()));
179179 }
180180
181- @ ExcludeFromGeneratedCoverageReport
181+ @ JsonProperty ( "partialArgs" )
182182 abstract Builder partialArgs (Optional <List <PartialArg >> partialArgs );
183183
184184 /** Clears the value of partialArgs field. */
You can’t perform that action at this time.
0 commit comments