inherit toolsString

This commit is contained in:
2023-11-10 17:27:28 +08:00
parent ebf00353f6
commit f8cd357e81

View File

@@ -255,7 +255,8 @@ export function App() {
chatStore.tts_api,
chatStore.tts_key,
chatStore.tts_speed,
chatStore.tts_speed_enabled
chatStore.tts_speed_enabled,
chatStore.toolsString
)
);
setSelectedChatIndex(newKey as number);