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 ae720b4 commit e7a13d2Copy full SHA for e7a13d2
1 file changed
src/sdk/models.ts
@@ -811,10 +811,10 @@ export interface EditorConfig {
811
*/
812
editorMode: 'vim' | 'emacs' | undefined;
813
814
- /**
815
- * If `true`, [AI code assistant](https://livecodes.io/docs/features/ai) is enabled.
816
- * @default false
817
- */
+ // /**
+ // * If `true`, [AI code assistant](https://livecodes.io/docs/features/ai) is enabled.
+ // * @default false
+ // */
818
// enableAI: boolean;
819
}
820
0 commit comments