pull/715/head
Travis Fischer 2025-05-23 01:34:27 +07:00
rodzic 1c49528fb5
commit af9e4411e9
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -32,13 +32,13 @@ const publicSchema = z.object({
.string() .string()
.url() .url()
.optional() .optional()
.describe('Optional URL to the source code for this project.'), .describe('Optional URL to the source code for the project.'),
iconUrl: z iconUrl: z
.string() .string()
.url() .url()
.optional() .optional()
.describe( .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 // 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 // Optional subscription pricing config
pricingPlans: pricingPlanListSchema pricingPlans: pricingPlanListSchema
.describe( .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([ .default([
{ {