From f8cd357e81609959f5127e6d832f64142c81f1f8 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Fri, 10 Nov 2023 17:27:28 +0800 Subject: [PATCH] inherit toolsString --- src/app.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index f850864..f54320b 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -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);