Skip to content

Commit b933687

Browse files
committed
答えの一番最初に一般的な回答を入れる
1 parent 89cd906 commit b933687

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

backend/services/hint_service.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,11 @@ func (s *HintService) StartGame() (*dto.StartGameResult, error) {
150150
"answers": map[string]any{
151151
"type": "array",
152152
"items": map[string]any{
153-
"type": "string",
154-
"description": "正解のリスト。表記ゆれを考慮して複数入れる。漢字、ひらがな、カタカナ、英語(小文字)、および一般的な略称(例:自販機、スマホ)など、考えられえるものを全て含めること。",
153+
"type": "string",
154+
"description": `正解のリスト。
155+
- 一番最初に最も一般的な答えが入るようにしてください
156+
- 表記ゆれを考慮して複数入れる。漢字、ひらがな、カタカナ、英語(小文字)、
157+
- および一般的な略称(例:自販機、スマホ)など、考えられえるものを全て含めること。`,
155158
},
156159
},
157160
"hints": map[string]any{

0 commit comments

Comments
 (0)