Think based the post

This commit is contained in:
2025-10-26 22:23:17 +08:00
parent fde6dbf891
commit 62da279c71
6 changed files with 933 additions and 20 deletions

View File

@@ -44,6 +44,8 @@ sealed class StreamThinkingRequest with _$StreamThinkingRequest {
required String userMessage,
String? sequenceId,
@Default([]) List<String> accpetProposals,
List<String>? attachedPosts,
List<Map<String, dynamic>>? attachedMessages,
}) = _StreamThinkingRequest;
factory StreamThinkingRequest.fromJson(Map<String, dynamic> json) =>