#
Junjie
2 天以前 41e68f8b4deaabb52d5fe5f8181e9a8cffeb2456
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;