mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 17:30:31 +00:00
Clarify empty chat start message
This commit is contained in:
parent
62ca28771a
commit
c6794f4e84
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export function messageRenderBlocks(context: MessageStreamContext): MessageRende
|
|||
render: () =>
|
||||
createDiv({
|
||||
cls: "codex-panel__message codex-panel__message--system",
|
||||
text: "Start a new thread or send a message.",
|
||||
text: "Send a message to start a new thread.",
|
||||
}),
|
||||
});
|
||||
return blocks;
|
||||
|
|
|
|||
Loading…
Reference in a new issue