fix: update system prompt

This commit is contained in:
Dominic Elm
2024-07-17 21:31:47 +02:00
parent 621b8804d8
commit 637ad2b870
3 changed files with 16 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ const messageParser = new StreamingMessageParser({
workbenchStore.updateArtifact(data, { closed: true });
},
onAction: (data) => {
logger.trace('onAction', data);
logger.debug('onAction', data);
workbenchStore.runAction(data);
},