mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 11:27:50 +08:00
AIProviderSelector Impl & AI Models added to RequestModel
This commit is contained in:
@@ -93,6 +93,7 @@ String? getRequestBody(APIType type, HttpRequestModel httpRequestModel) {
|
||||
? httpRequestModel.body
|
||||
: null,
|
||||
APIType.graphql => getGraphQLBody(httpRequestModel),
|
||||
APIType.ai => null, //TODO: TAKE A LOOK
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user