Reference
The reference section has two parts:
Hand-written
- Types — narrative walkthrough of every public type with examples and notes about how they are used at runtime.
This is the place to look when you want to understand a type in context — what it is for, what shape it has, and what you typically do with it.
Generated API
- Generated API — TypeDoc output covering every export of
autopilot.ts, the Pinia store, the conversation composable, and the bar entry point.
This is the place to look when you want the complete, mechanical list of every export, signature, and inferred type. It is regenerated from source on every docs build:
bash
npm run docs:apiIf the generated section is missing in development, run npm run docs:api once — VitePress will pick it up on the next reload.