mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 03:46:57 +08:00
feat: improve prompts
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import '../view/widgets/chat_bubble.dart';
|
||||
/// Role of a chat message author.
|
||||
enum MessageRole { user, system }
|
||||
|
||||
class ChatState {
|
||||
final Map<String, List<ChatMessage>> chatSessions; // requestId -> messages
|
||||
|
||||
Reference in New Issue
Block a user