feat: ajouter une description des compétences et une nouvelle invite pour récupérer les compétences d'Arthur Danjou

This commit is contained in:
2025-11-14 18:19:41 +01:00
parent 234dc7aca5
commit 669012872d
3 changed files with 21 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ export default defineContentConfig({
type: 'data',
source: 'skills.json',
schema: z.object({
description: z.string(),
body: z.array(z.object({
id: z.string(),
name: z.string(),