mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-31 12:10:15 +08:00
feat: retry button
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
* @typedef {object} Session
|
||||
* @property {string|null} question
|
||||
* @property {Object[]|null} conversationRecords
|
||||
* @property {boolean} isRetry
|
||||
* @property {string|null} aiName
|
||||
* @property {string|null} modelName
|
||||
* @property {string|null} conversationId - chatGPT web mode
|
||||
@@ -26,6 +27,7 @@ export function initSession({ question = null, conversationRecords = [] } = {})
|
||||
// common
|
||||
question,
|
||||
conversationRecords,
|
||||
isRetry: false,
|
||||
aiName: null,
|
||||
modelName: null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user