anthropics / anthropic-sdk-typescript

Access to Anthropic's safety-first language model APIs
https://www.npmjs.com/package/@anthropic-ai/sdk
MIT License
658 stars 72 forks source link

feat(api/types): add stream event type aliases with a Raw prefix #428

Closed stainless-bot closed 4 months ago

stainless-bot commented 4 months ago

this change is mainly for consistency with the Python SDK as there is a distinct difference between Raw and non-Raw types, see this PR for more details: https://github.com/anthropics/anthropic-sdk-python/pull/528