feat: system prompt
This commit is contained in:
1
src/types/chat.d.ts
vendored
1
src/types/chat.d.ts
vendored
@@ -9,6 +9,7 @@ export type ChatItemSimpleType = {
|
||||
value: string;
|
||||
quoteLen?: number;
|
||||
quote?: QuoteItemType[];
|
||||
systemPrompt?: string;
|
||||
};
|
||||
export type ChatItemType = {
|
||||
_id: string;
|
||||
|
||||
Reference in New Issue
Block a user