We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db84d65 commit 683b496Copy full SHA for 683b496
scripts/questionExample.ts
@@ -35,6 +35,9 @@ for (const lang of langEntries) {
35
prompt.push(`1行ごとに1つずつ、`);
36
prompt.push(`section-id: 質問文`);
37
prompt.push(`の形式で出力してください。`);
38
+ prompt.push(
39
+ `質問文には強調やコードなどのmarkdownの書式は使用せず、テキストのみを出力してください。`
40
+ );
41
prompt.push(``);
42
prompt.push(`# ドキュメント`);
43
0 commit comments