Stream<String> getStructuredDataStream(String prompt) { _checkActive(); return _foundation.getStructuredDataStream(prompt, sessionId: _sessionId); }