Skip to content

Commit e3967db

Browse files
authored
Merge pull request #151 from snapsl/patch-1
feat: sealed ModelResponse
2 parents 9af00fa + 28d5d07 commit e3967db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/model_response.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// Base interface for model responses from InferenceChat
22
/// Can be either TextResponse, FunctionCallResponse, or ThinkingResponse
3-
abstract class ModelResponse {
3+
sealed class ModelResponse {
44
const ModelResponse();
55
}
66

0 commit comments

Comments
 (0)