fix(ai,coding-agent): re-export typebox symbols and align docs closes #1338

This commit is contained in:
Mario Zechner 2026-02-06 18:34:18 +01:00
parent fe6f4d3a9d
commit 0232c44064
4 changed files with 7 additions and 1 deletions

View file

@ -72,6 +72,8 @@ Unified LLM API with automatic model discovery, provider configuration, token an
npm install @mariozechner/pi-ai
```
TypeBox exports are re-exported from `@mariozechner/pi-ai`: `Type`, `Static`, and `TSchema`.
## Quick Start
```typescript