类 Message

java.lang.Object
com.cdkjframework.ai.core.Message

public class Message extends Object
消息类
  • 构造器详细资料

    • Message

      public Message(String role, Object content)
      构建消息
      参数:
      role - 角色
      content - 内容
  • 方法详细资料

    • build

      public static Message build(String role, String content)
      构建消息
      参数:
      role - 角色
      content - 内容
      返回:
      消息
    • build

      public static List<Message> build()
      构建消息列表
      返回:
      默认消息列表