isStreaming property

  1. @Deprecated('Non-standard hint, honored nowhere. Enable streaming via a tool and ' 'deliver via a reactive resource (subscriptions/listen). Removed in 3.0.')
bool isStreaming
final

Non-standard streaming hint. Honored nowhere: enable streaming via a tool and deliver the data through a reactive resource (subscriptions/ listen on 2026-07-28, resources/subscribe on ≤2025-11-25). Retained + still serialized for backward compatibility; slated for removal in the next major (3.0).

Implementation

@Deprecated(
    'Non-standard hint, honored nowhere. Enable streaming via a tool and '
    'deliver via a reactive resource (subscriptions/listen). Removed in 3.0.')
final bool isStreaming;