We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9af00fa + 28d5d07 commit e3967dbCopy full SHA for e3967db
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