We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af00fa commit 28d5d07Copy full SHA for 28d5d07
lib/core/model_response.dart
@@ -1,6 +1,6 @@
1
/// Base interface for model responses from InferenceChat
2
/// Can be either TextResponse, FunctionCallResponse, or ThinkingResponse
3
-abstract class ModelResponse {
+sealed class ModelResponse {
4
const ModelResponse();
5
}
6
0 commit comments