mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 10:56:29 +02:00
fixed text case of assistant in playground
This commit is contained in:
parent
f7a3c8579d
commit
19a1d6d9be
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ export function Chat({
|
||||||
{
|
{
|
||||||
role: 'assistant',
|
role: 'assistant',
|
||||||
content: 'Hi, how can I help you today?',
|
content: 'Hi, how can I help you today?',
|
||||||
agentName: 'assistant',
|
agentName: 'Assistant',
|
||||||
responseType: 'external',
|
responseType: 'external',
|
||||||
},
|
},
|
||||||
...optimisticMessages,
|
...optimisticMessages,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue