Skip to content

Commit a206389

Browse files
committed
fix: Adjustment prompt
1 parent d61613a commit a206389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/useQuery.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export async function queryVariableNames(content: string, signal?: AbortSignal):
2929
{
3030
role: "user",
3131
content: `Translate variable names into English and apply naming conventions: ${CASES.join(",")}.
32-
Save the result in the format: [{value: 'result', type: 'convention'}],
33-
serialize the output. The variable name to be translated is: '${content}'`,
32+
Save the result in the format: [{value: 'result', type: 'convention'}], serialize the output.
33+
The variable name to be translated is: '${content}'`,
3434
},
3535
],
3636
}),

0 commit comments

Comments
 (0)