Feature #3630
Combine all cloud functions into one
Status:
Resolved
Priority:
High
Assignee:
-
Start date:
06/25/2024
Due date:
% Done:
100%
Estimated time:
Description
name: gcf
arguments:
"call": "<call>",
"args": "<arg>"
where <call> is one of the current gcf names such as set-prompt-mods or call-openai-api etc.
<arg> is one of the current args which will be interpreted according <call>.
Basically, we have one endpoint. That will then pass on the call to the current methods.
Updated by Md Shahzar 5 months ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100