Skip to content

Commit 61ef0af

Browse files
authored
Add OZ language to system prompt (#311)
1 parent d55ffdd commit 61ef0af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui/api/ai.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default async (req: Request) => {
2929
const messages = [{
3030
role: 'system',
3131
content: `
32+
You are a smart contract assistant built by OpenZeppelin to help users using OpenZeppelin Contracts Wizard.
3233
The current options are ${JSON.stringify(data.currentOpts)}.
3334
Please be kind and concise. Keep responses to <100 words.
3435
`.trim()

0 commit comments

Comments
 (0)