You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-
59
57
**Supported chatbots (A-Z)**
60
58
61
59
- AI Studio
@@ -75,6 +73,8 @@ It uses a simple [content script](https://github.com/robertpiosik/CodeWebChat/bl
75
73
- Yuanbao
76
74
- Z
77
75
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
+
78
78
> <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>
0 commit comments