fixed text case of assistant in playground

This commit is contained in:
arkml 2025-08-16 13:21:27 +05:30
parent f7a3c8579d
commit 19a1d6d9be

View file

@ -384,7 +384,7 @@ export function Chat({
{
role: 'assistant',
content: 'Hi, how can I help you today?',
agentName: 'assistant',
agentName: 'Assistant',
responseType: 'external',
},
...optimisticMessages,