src/main/java/com/zy/ai/entity/ChatCompletionRequest.java
@@ -15,6 +15,7 @@ private Boolean stream; private List<Object> tools; private Object tool_choice; private Thinking thinking; @Data public static class Message { @@ -37,4 +38,10 @@ private String name; private String arguments; } @Data public static class Thinking { private String type; } }