api_claude 0.7.1

Claude API for accessing Anthropic's large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
# streaming/

SSE streaming response types and client streaming implementation.

| File | Responsibility |
|------|----------------|
| types.rs | StreamEvent, MessageStreamEvent, and SSE parsing types |
| client_impl.rs | Client streaming methods and SSE response handling |