#
Junjie
5 天以前 7a0470e331a978ee206cd8fcf3dfd5642f14eb83
src/main/java/com/zy/ai/entity/ChatCompletionRequest.java
@@ -21,6 +21,7 @@
    public static class Message {
        private String role;    // "user" / "assistant" / "system"
        private String content;
        private String reasoningContent;
        private String name;
        private String tool_call_id;
        private List<ToolCall> tool_calls;