Skip to content

Commit 419f5c7

Browse files
committed
セクションid空は困る
1 parent 41d8512 commit 419f5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/actions/chatActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export async function askAI(params: ChatParams): Promise<ChatResult> {
155155
" - idのみを出力してください。 セクションid: や括弧や引用符などは不要です。"
156156
);
157157
prompt.push(
158-
" - ユーザーの質問がドキュメントのどのセクションとも直接的に関連しない場合は空白でも良いです。"
158+
" - ユーザーの質問がドキュメントのどのセクションとも直接的に関連しない場合は null と出力してください。"
159159
);
160160
prompt.push(
161161
"- 2行目に、この質問と回答を後から参照するためのわかりやすいタイトルをつけて記述してください。"

0 commit comments

Comments
 (0)