diff --git a/tools/server/public_simplechat/simplechat.css b/tools/server/public_simplechat/simplechat.css
index 1f913fa272..b0edd777da 100644
--- a/tools/server/public_simplechat/simplechat.css
+++ b/tools/server/public_simplechat/simplechat.css
@@ -28,6 +28,10 @@
background-color: lightpink;
}
+#UsageNote {
+ margin: 0.0vmin;
+}
+
.chat-message {
border-style: solid;
border-color: grey;
diff --git a/tools/server/public_simplechat/simplechat.js b/tools/server/public_simplechat/simplechat.js
index 1bbb0890f5..d578001e82 100644
--- a/tools/server/public_simplechat/simplechat.js
+++ b/tools/server/public_simplechat/simplechat.js
@@ -278,16 +278,18 @@ class ChatMessageEx {
let gUsageMsg = `
-
Usage
+
+ Usage Note
- - System prompt above, to try control ai response characteristics.
+ - System prompt above, helps control ai response characteristics.
- Completion mode - no system prompt normally.
- Use shift+enter for inserting enter/newline.
- - Enter your query to ai assistant in textarea provided below.
- - If ai assistant requests a tool call, varify same before triggering it.
+ - Enter your query/response to ai assistant in textarea provided below.
+ - settings-tools-enable should be true to enable tool calling.
+ - If ai assistant requests a tool call, verify same before triggering.
- submit tool response placed into user query textarea
- Default ContextWindow = [System, Last9 Query+Resp, Cur Query].
@@ -295,6 +297,7 @@ let gUsageMsg = `
- ChatHistInCtxt, MaxTokens, ModelCtxt window to expand
+
`;