We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55ffdd commit 61ef0afCopy full SHA for 61ef0af
packages/ui/api/ai.ts
@@ -29,6 +29,7 @@ export default async (req: Request) => {
29
const messages = [{
30
role: 'system',
31
content: `
32
+ You are a smart contract assistant built by OpenZeppelin to help users using OpenZeppelin Contracts Wizard.
33
The current options are ${JSON.stringify(data.currentOpts)}.
34
Please be kind and concise. Keep responses to <100 words.
35
`.trim()
0 commit comments