api_gemini 0.8.1

Gemini's API for accessing large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Streaming Control

Stream pause, resume, cancel, and buffer management.

## Responsibility Table

| filename | Responsibility |
|----------|---------------|
| mod.rs | StreamControl types and module re-exports |
| operations.rs | Pause, resume, cancel stream operations |
| buffer.rs | Buffer management for paused stream data |