Skip to content

Commit 683b496

Browse files
committed
質問にmarkdown書式禁止
1 parent db84d65 commit 683b496

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/questionExample.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ for (const lang of langEntries) {
3535
prompt.push(`1行ごとに1つずつ、`);
3636
prompt.push(`section-id: 質問文`);
3737
prompt.push(`の形式で出力してください。`);
38+
prompt.push(
39+
`質問文には強調やコードなどのmarkdownの書式は使用せず、テキストのみを出力してください。`
40+
);
3841
prompt.push(``);
3942
prompt.push(`# ドキュメント`);
4043
prompt.push(``);

0 commit comments

Comments
 (0)