@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/ai-utils",
3
- "version": "0.71.0",
3
+ "version": "0.71.1",
4
4
  "description": "Builder.io AI utils",
5
5
  "files": [
6
6
  "src"
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/AGENT.md` from the token and component" +
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" +
@@ -44,7 +44,7 @@ export interface GenerateDesignSystemRequest extends GenerateDesignSystemFormFie
44
44
  export interface GenerateDesignSystemResponse {
45
45
  projectId: string;
46
46
  /**
47
- * Decode job id. The .fig file is decoded asynchronously in the
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`.