Skip to content

Commit da6744b

Browse files
committed
Fixed incorrect name for paper in prompts
1 parent d431e7b commit da6744b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/refined-prompts.data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const questions = {
2020
{
2121
"type": "object",
2222
"properties": {
23-
"paper_name": { "type": "string" },
23+
"name": { "type": "string" },
2424
"year": { "type": "integer" },
2525
"authors": {
2626
"type": "array",
@@ -34,7 +34,7 @@ export const questions = {
3434
},
3535
"objective": { "type": "string" }
3636
},
37-
"required": ["paper_name", "year", "authors", "objective"]
37+
"required": ["name", "year", "authors", "objective"]
3838
}
3939
4040
Return only valid JSON with no extra text.`,

0 commit comments

Comments
 (0)