Package-level declarations
Types
Link copied to clipboard
Extension of PromptRunner that provides streaming capabilities for progressive LLM response processing. Enables real-time object creation and thinking streams.
Link copied to clipboard
Streaming operations interface providing fluent API for configuring and executing streaming prompts. Follows the same pattern as PromptRunnerOperations but returns reactive streams instead of blocking results.
Functions
Link copied to clipboard
Extension function to safely cast PromptRunner to streaming operations. Pure casting - assumes streaming support already verified.
Link copied to clipboard
Extension function to safely convert PromptRunner to streaming operations. Includes validation - checks streaming support before casting.