@builder.io/ai-utils 0.71.0 → 0.71.1
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/package.json +1 -1
- package/src/codegen.js +1 -1
- package/src/design-systems.d.ts +1 -1
package/package.json
CHANGED
package/src/codegen.js
CHANGED
|
@@ -192,7 +192,7 @@ export const DevServerLogsInputSchema = z
|
|
|
192
192
|
.meta({ title: "DevServerLogsInput" });
|
|
193
193
|
export const GenerateDesignSystemAgentMdInputSchema = z.object({}).meta({
|
|
194
194
|
title: "GenerateDesignSystemAgentMdInput",
|
|
195
|
-
description: "Generates and writes `.builder/output/
|
|
195
|
+
description: "Generates and writes `.builder/output/AGENTS.md` from the token and component" +
|
|
196
196
|
" CSS files produced during DSI approximation indexing. Reads" +
|
|
197
197
|
" `.builder/sources/figma/manifest.json` for the design system name," +
|
|
198
198
|
" `.builder/output/_index/tokens-report.json` for token categories, and" +
|
package/src/design-systems.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export interface GenerateDesignSystemRequest extends GenerateDesignSystemFormFie
|
|
|
44
44
|
export interface GenerateDesignSystemResponse {
|
|
45
45
|
projectId: string;
|
|
46
46
|
/**
|
|
47
|
-
* Decode job id.
|
|
47
|
+
* Decode job id. Attachments are processed asynchronously in the
|
|
48
48
|
* `ai-queue-subscribers` worker. Clients should listen on the
|
|
49
49
|
* `figmaDecodeJobs/{jobId}` Firestore document for progress and the
|
|
50
50
|
* resolved `branchName` / `branchUrl`.
|