diff --git a/src/chatbox.tsx b/src/chatbox.tsx index 8fb68f7..0a53ef2 100644 --- a/src/chatbox.tsx +++ b/src/chatbox.tsx @@ -357,7 +357,10 @@ export default function ChatBOX(props: { {" "} {chatStore.streamMode ? Tr("STREAM") : Tr("FETCH")} - + {" "} + {chatStore.toolsString.trim() && ( + TOOL + )}