Browse Source

test contribute

dongfangzan 5 tháng trước cách đây
mục cha
commit
a7c90925ef
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/lib/components/chat/Chat.svelte

+ 1 - 0
src/lib/components/chat/Chat.svelte

@@ -121,6 +121,7 @@
 	let selectedToolIds = [];
 	let imageGenerationEnabled = false;
 	let webSearchEnabled = false;
+	let thinkingEnabled = false;
 	let codeInterpreterEnabled = false;
 
 	let chat = null;