mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-31 19:38:41 +00:00
feat: limit prompt
This commit is contained in:
1
client/src/api/response/chat.d.ts
vendored
1
client/src/api/response/chat.d.ts
vendored
@@ -5,6 +5,7 @@ export interface InitChatResponse {
|
||||
chatId: string;
|
||||
modelId: string;
|
||||
systemPrompt?: string;
|
||||
limitPrompt?: string;
|
||||
model: {
|
||||
name: string;
|
||||
avatar: string;
|
||||
|
Reference in New Issue
Block a user