mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
Add AI request model support and improve type handling
Refactored collection state management to handle API type changes and AI request models. Updated widgets and tests to support nullable HTTP methods and AI request models, and improved response body rendering for AI responses.
This commit is contained in:
@@ -218,7 +218,8 @@ Map<String, dynamic> requestModelJson = {
|
||||
'message': null,
|
||||
'httpResponseModel': responseModelJson,
|
||||
'preRequestScript': null,
|
||||
'postRequestScript': null
|
||||
'postRequestScript': null,
|
||||
'aiRequestModel': null
|
||||
};
|
||||
|
||||
/// Basic GET request model for apidash.dev
|
||||
|
||||
Reference in New Issue
Block a user