co-mono/packages/ai/src
Mario Zechner bf1f410c2b refactor(ai): Update API to support partial results on abort
- Anthropic, Google, and OpenAI Responses providers now return partial results when aborted
- Restructured streaming to accumulate content blocks incrementally
- Prevents submission of thinking/toolCall blocks from aborted completions in multi-turn conversations
- Makes UI development easier by providing partial content even when requests are interrupted
2025-09-01 01:57:45 +02:00
..
providers refactor(ai): Update API to support partial results on abort 2025-09-01 01:57:45 +02:00
index.ts feat(ai): Rename package to @mariozechner/pi-ai and improve documentation 2025-08-30 21:41:22 +02:00
models.generated.ts docs(ai): Update README for new content blocks API 2025-08-31 22:17:17 +02:00
models.ts feat(ai): Add cost tracking to LLM implementations 2025-08-30 00:45:08 +02:00
types.ts refactor(ai): Update OpenAI Completions provider to new content block API 2025-08-31 20:59:57 +02:00