dev add check similar
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-04-29 14:53:45 +07:00
parent ddaf729e18
commit aa14f0dfbf
4 changed files with 84 additions and 5 deletions
@@ -8,6 +8,9 @@ public class ImageSearchRequest {
@JsonProperty("file_id")
private String fileId;
@JsonProperty("check_similar_first")
private Boolean checkSimilarFirst;
@JsonProperty("page")
private Integer page = 1;