Skip to content

Add the ability to specify the initial message in a new chat#4

Merged
BrianGenisio merged 1 commit intomainfrom
initial-message
Feb 12, 2025
Merged

Add the ability to specify the initial message in a new chat#4
BrianGenisio merged 1 commit intomainfrom
initial-message

Conversation

@BrianGenisio
Copy link

You can do it via the query parameter:

/c/new?initialMessage=Message that will pre-populate the textbox for a new message

For anything with new lines or special characters, you'll want to urlencode the message

You can do it via the query parameter:
```
/c/new?initialMessage=Message that will pre-populate the textbox for a new message
```

For anything with new lines or special characters, you'll want to `urlencode` the message
@BrianGenisio BrianGenisio merged commit a4f2e27 into main Feb 12, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant