Skip to content

Commit 4e5d68f

Browse files
committed
Adjust the placement of the content script explanation within the README's Chatbot initialization section
1 parent 450020e commit 4e5d68f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ Install the Connector browser extension and never copy & paste again.
5454
- [Chrome Web Store](https://chromewebstore.google.com/detail/code-web-chat-connector/ljookipcanaglfaocjbgdicfbdhhjffp)
5555
- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/code-web-chat-connector/)
5656

57-
It uses a simple [content script](https://github.com/robertpiosik/CodeWebChat/blob/dev/packages/browser/src/content-scripts/send-prompt-content-script/send-prompt-content-script.ts) to do interactions in the chatbot UI that start a new chat.
58-
5957
**Supported chatbots (A-Z)**
6058

6159
- AI Studio
@@ -75,6 +73,8 @@ It uses a simple [content script](https://github.com/robertpiosik/CodeWebChat/bl
7573
- Yuanbao
7674
- Z
7775

76+
Necessary interactions in the chatbot interface are handled by the [content script](https://github.com/robertpiosik/CodeWebChat/blob/dev/packages/browser/src/content-scripts/send-prompt-content-script/send-prompt-content-script.ts).
77+
7878
> <small>**Legal disclaimer:** The placed _Apply response with CWC_ button is not a means of automatic output extraction, it's an alias for the original _copy to clipboard_ button. Changes integration process uses clipboard-stored chat response text.</small>
7979
8080
## <span style="background-color: #fbb100; color: black; padding: 0.2em 0.6em; border-radius: 999px">API Tools</span>

0 commit comments

Comments
 (0)