Timothy J. Baek 7 月之前
父节点
当前提交
c746fd94cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/Messages/ResponseMessage.svelte

+ 1 - 1
src/lib/components/chat/Messages/ResponseMessage.svelte

@@ -494,7 +494,7 @@
 											dispatch('submit', {
 											dispatch('submit', {
 												parentId: message.id,
 												parentId: message.id,
 												prompt:
 												prompt:
-													`Can you explain this section to me in more detail?\n\n` +
+													`Explain this section to me in more detail\n\n` +
 													'```\n' +
 													'```\n' +
 													e.detail +
 													e.detail +
 													'\n```'
 													'\n```'