mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 18:57:05 +08:00
AIRequests: Removed AIResponseModel & sendRequest implemented
This commit is contained in:
@@ -27,7 +27,6 @@ class RequestModel with _$RequestModel {
|
||||
String? preRequestScript,
|
||||
String? postRequestScript,
|
||||
AIRequestModel? aiRequestModel,
|
||||
AIResponseModel? aiResponseModel,
|
||||
}) = _RequestModel;
|
||||
|
||||
factory RequestModel.fromJson(Map<String, Object?> json) =>
|
||||
|
||||
Reference in New Issue
Block a user