@forge/manifest

13.3.1-next.213.3.1-next.3
out/schema/manifest.d.ts
~out/schema/manifest.d.tsModified
+2−2
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -13152,9 +13152,9 @@
         resource: string;
         render?: 'default' | 'native';
         [k: string]: unknown;
       };
-      'ai-context'?: {
+      aiContext?: {
         data:
           | {
               function: string;
             }
@@ -13183,9 +13183,9 @@
         resource: string;
         render?: 'default' | 'native';
         [k: string]: unknown;
       };
-      'ai-context'?: {
+      aiContext?: {
         data:
           | {
               function: string;
             }