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