Expand description
Provider-agnostic streaming timeout progress tracking
This module provides a unified interface for tracking streaming timeout progress across all LLM providers (OpenAI, Anthropic, Gemini, Ollama, etc.)
Structs§
- Streaming
Progress Builder - Builder for creating streaming progress trackers with fluent API
- Streaming
Progress Tracker - Unified streaming progress tracker for all LLM providers
Type Aliases§
- Streaming
Progress Callback - Callback for streaming timeout progress updates Progress value is 0.0-1.0 representing elapsed / total_timeout