@sanity/ailf-studio 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +419 -374
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ This registers:
|
|
|
70
70
|
- The `ailf.referenceSolution` document type (gold-standard reference
|
|
71
71
|
implementations)
|
|
72
72
|
- The `ailf.evalRequest` document type (evaluation request triggers)
|
|
73
|
-
- The **AI Literacy** dashboard tool in the Studio sidebar
|
|
73
|
+
- The **AI Literacy Framework** dashboard tool in the Studio sidebar
|
|
74
74
|
|
|
75
75
|
### 3. Alternative: tool-only installation
|
|
76
76
|
|
package/dist/index.d.ts
CHANGED
|
@@ -436,10 +436,10 @@ declare const webhookConfigSchema: {
|
|
|
436
436
|
* supports browser back/forward navigation.
|
|
437
437
|
*
|
|
438
438
|
* Route structure:
|
|
439
|
-
* /
|
|
440
|
-
* /
|
|
441
|
-
* /
|
|
442
|
-
* /
|
|
439
|
+
* /ailf → Latest Reports (home)
|
|
440
|
+
* /ailf/report/:reportId → Report Detail
|
|
441
|
+
* /ailf/timeline → Score Timeline
|
|
442
|
+
* /ailf/compare → Compare
|
|
443
443
|
*/
|
|
444
444
|
|
|
445
445
|
/**
|