We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c31a2 commit cb54df9Copy full SHA for cb54df9
examples/server/webui/src/components/ChatScreen.tsx
@@ -20,7 +20,7 @@ export interface MessageDisplay {
20
21
/**
22
* If the current URL contains "?m=...", prefill the message input with the value.
23
- * If the current URL contains "?p=...", prefill and SEND the message.
+ * If the current URL contains "?q=...", prefill and SEND the message.
24
*/
25
const prefilledMsg = {
26
content() {
0 commit comments