|
@@ -76,6 +76,7 @@ public class ChatCompletionResponse {
|
|
|
}
|
|
|
|
|
|
@Data
|
|
|
+ @JsonIgnoreProperties(ignoreUnknown = true)
|
|
|
public static class Usage {
|
|
|
|
|
|
@JsonProperty("prompt_tokens_details")
|
|
@@ -90,6 +91,8 @@ public class ChatCompletionResponse {
|
|
|
@JsonProperty("total_tokens")
|
|
|
private int totalTokens;
|
|
|
|
|
|
+ @JsonProperty("search_count")
|
|
|
+ private int searchCount;
|
|
|
// Getters and setters or Lombok annotations
|
|
|
}
|
|
|
}
|