From af9e4411e93c9baf1b91c3c1ed741ac0e99a2891 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 23 May 2025 01:34:27 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/api/bin/generate-project-schema.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/bin/generate-project-schema.ts b/apps/api/bin/generate-project-schema.ts index 74d84dcd..e76361f2 100644 --- a/apps/api/bin/generate-project-schema.ts +++ b/apps/api/bin/generate-project-schema.ts @@ -32,13 +32,13 @@ const publicSchema = z.object({ .string() .url() .optional() - .describe('Optional URL to the source code for this project.'), + .describe('Optional URL to the source code for the project.'), iconUrl: z .string() .url() .optional() .describe( - 'Optional logo image URL to use for this project. Logos should have a square aspect ratio.' + 'Optional logo image URL to use for the project. Logos should have a square aspect ratio.' ), // Required origin API config @@ -58,7 +58,7 @@ NOTE: Agentic currently only supports \`external\` API servers. If you'd like to // Optional subscription pricing config pricingPlans: pricingPlanListSchema .describe( - 'List of PricingPlans to enable subscriptions for this project. Defaults to a single free tier.' + 'List of PricingPlans to enable subscriptions for the project. Defaults to a single free tier.' ) .default([ {