dev add check for file check
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-03-05 10:05:18 +07:00
parent 89478c1c9a
commit c9921c6fac
4 changed files with 31 additions and 2 deletions
@@ -11,6 +11,12 @@ public class CostResponse {
private Boolean success;
@JsonProperty("max_files_for_check")
private Integer maxFilesForCheck;
@JsonProperty("count_file")
private Integer countFile;
@JsonProperty("tokens_count")
private int needTokensCount;
}