@@ -182,11 +182,14 @@ Once inside
182182 not get/see a tool call, in such situations, dont forget to cross check that tool calling is
183183 enabled in the settings.
184184
185- * just refresh the page, to reset wrt the chat history and or system prompt and start afresh.
186- This also helps if you had forgotten to start the bundled simpleproxy.py server before hand.
187- Start the simpleproxy.py server and refresh the client ui page, to get access to web access
188- related tool calls.
189- * if you refreshed unknowingly, you can use the Restore feature to try load the previous chat
185+ * ClearChat/Refresh
186+ * use the clearchat button to clear the currently active chat session.
187+ * just refresh the page, to reset wrt the chat history and system prompts across chat sessions
188+ and start afresh.
189+ * This also helps if you had forgotten to start the bundled simpleproxy.py server before hand.
190+ Start the simpleproxy.py server and refresh the client ui page, to get access to web access
191+ related tool calls.
192+ * if you refreshed/cleared unknowingly, you can use the Restore feature to try load previous chat
190193 session and resume that session. This uses a basic local auto save logic that is in there.
191194
192195* Using NewChat one can start independent chat sessions.
@@ -434,7 +437,8 @@ The following tools/functions are currently provided by default
434437
435438* simple_calculator - which can solve simple arithmatic expressions
436439
437- * run_javascript_function_code - which can be used to run ai generated or otherwise javascript code using browser's js capabilities.
440+ * run_javascript_function_code - which can be used to run ai generated or otherwise javascript code
441+ using browser's js capabilities.
438442
439443* data_store_get/set/delete/list - allows for a basic data store to be used.
440444
@@ -620,6 +624,8 @@ channel of the handshake.
620624having ai responses built over multiple steps of tool callings etal. So independent of our client side
621625sliding window based drop off or even before they kick in, this can help in many cases.
622626
627+ * UI - add ClearChat button and logic. Also add unicode icons for same as well as for Settings.
628+
623629
624630#### ToDo
625631
0 commit comments