package eu.m724.responsesource; public interface ChatResponse { boolean isStreaming(); // TODO }