AIRequests: Removed AIResponseModel & sendRequest implemented

This commit is contained in:
Manas Hejmadi
2025-06-08 21:53:40 +05:30
parent b890769854
commit 97d4a7a45b
12 changed files with 97 additions and 569 deletions

View File

@@ -27,7 +27,6 @@ class RequestModel with _$RequestModel {
String? preRequestScript,
String? postRequestScript,
AIRequestModel? aiRequestModel,
AIResponseModel? aiResponseModel,
}) = _RequestModel;
factory RequestModel.fromJson(Map<String, Object?> json) =>