chats top-level property

List<LlmChatMessage> chats
getter/setter pair

Implementation

List<LlmChatMessage> chats = [
  LlmChatMessage(
    time: DateTime.now().millisecondsSinceEpoch - 3000,
    message: "Welcome to ChatGPT! How can I help you today?",
    type: "system",
  ),
  LlmChatMessage(
    time: DateTime.now().millisecondsSinceEpoch - 2000,
    message: "Hello! I have a question about Dart.",
    type: "user",
  ),
  LlmChatMessage(
    time: DateTime.now().millisecondsSinceEpoch - 1000,
    message: "Of course! Please go ahead and ask your question.",
    type: "assistant",
  ),
  LlmChatMessage(
    time: DateTime.now().millisecondsSinceEpoch - 2000,
    message: "Hello! I have a question about Dart.",
    type: "user",
  ),
  LlmChatMessage(
    time: DateTime.now().millisecondsSinceEpoch - 1000,
    message: "Of course! Please go ahead and ask your question.",
    type: "assistant",
  ),
  LlmChatMessage(
    time: DateTime.now().millisecondsSinceEpoch - 2000,
    message: "Hello! I have a question about Dart.",
    type: "user",
  ),
  LlmChatMessage(
    time: DateTime.now().millisecondsSinceEpoch - 1000,
    message: "Of course! Please go ahead and ask your question.",
    type: "assistant",
  ),
  LlmChatMessage(
    time: DateTime.now().millisecondsSinceEpoch - 2000,
    message: "Hello! I have a question about Dart.",
    type: "user",
  ),
  LlmChatMessage(
    time: DateTime.now().millisecondsSinceEpoch - 1000,
    message: "Of course! Please go ahead and ask your question.",
    type: "assistant",
  ),
  LlmChatMessage(
    time: DateTime.now().millisecondsSinceEpoch - 2000,
    message: "Hello! I have a question about Dart.",
    type: "user",
  ),
  LlmChatMessage(
    time: DateTime.now().millisecondsSinceEpoch - 1000,
    message:
        " , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last , Of course! Please go ahead and last",
    type: "assistant",
  ),
];