Files
continue/schema
2023-12-11 10:49:48 -08:00
..
🏷️ update types
2023-12-01 09:51:44 -08:00
2023-12-11 10:49:48 -08:00

JSON Schema Definitions

These definitions are generated from the Pydantic models that live in package/libs/models/main.py, by entering a poetry shell and running from the root of the continue repository the command python3 -m package.libs.models.generate_json_schema.py. Previously you could generate matching Typescript types to the extensions/vscode/schema directory using npm run typegen from the extension directory.