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', {
 												parentId: message.id,
 												prompt:
-													`Can you explain this section to me in more detail?\n\n` +
+													`Explain this section to me in more detail\n\n` +
 													'```\n' +
 													e.detail +
 													'\n```'