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 099dddb commit 9ff60a0Copy full SHA for 9ff60a0
apps/remix-ide/src/app/plugins/remixAIPlugin.tsx
@@ -222,7 +222,7 @@ export class RemixAIPlugin extends Plugin {
222
await statusCallback?.('Creating contracts and files...')
223
const genResult = await this.contractor.writeContracts(result, userPrompt, statusCallback)
224
225
- // revert provider
+ // revert provider
226
this.setAssistantProvider(await this.getAssistantProvider())
227
if (genResult.includes('No payload')) return genResult
228
await this.call('menuicons', 'select', 'filePanel')
0 commit comments