mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
feat: save system prompt
This commit is contained in:
1
src/types/chat.d.ts
vendored
1
src/types/chat.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
export type ChatItemSimpleType = {
|
||||
obj: 'Human' | 'AI' | 'SYSTEM';
|
||||
value: string;
|
||||
systemPrompt?: string;
|
||||
};
|
||||
export type ChatItemType = {
|
||||
_id: string;
|
||||
|
Reference in New Issue
Block a user