@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias MessageRoleEnumJson

    MessageRoleEnumJson:
        | "MESSAGE_ROLE_UNKNOWN"
        | "MESSAGE_ROLE_ASSISTANT"
        | "MESSAGE_ROLE_USER"
        | "MESSAGE_ROLE_SYSTEM"

    消息角色,在大模型进行推理时,涉及到多个系统组件的配合,有设定场景的,有理解意图的,有给出答案的等等。

    from enum yeying.api.llm.MessageRoleEnum