partialArgs

public abstract FunctionCall.Builder partialArgs(List<PartialArg> partialArgs)
@CanIgnoreReturnValue()
public FunctionCall.Builder partialArgs(Array<PartialArg> partialArgs)

Setter for partialArgs.

partialArgs: Optional. The partial argument value of the function call. If provided, represents the arguments/fields that are streamed incrementally. This field is not supported in Gemini API.


@CanIgnoreReturnValue()
public FunctionCall.Builder partialArgs(Array<PartialArg.Builder> partialArgsBuilders)

Setter for partialArgs builder.

partialArgs: Optional. The partial argument value of the function call. If provided, represents the arguments/fields that are streamed incrementally. This field is not supported in Gemini API.