MetaGLM/zhipuai-sdk-java-v4

ChatMessageRole function类型应该是tool

swansrp opened this issue · 0 comments

public enum ChatMessageRole {
SYSTEM("system"),
USER("user"),
ASSISTANT("assistant"),
FUNCTION("function");