Revert "feat(ui): Action playground config and parameter forms (#129)"

This reverts commit 1eee5b5a32.
This commit is contained in:
Ettore Di Giacinto
2025-04-03 15:37:52 +02:00
committed by Richard Palethorpe
parent a569e37a34
commit 0709f2f1ff
3 changed files with 141 additions and 101 deletions

View File

@@ -216,14 +216,6 @@ export const actionApi = {
return handleResponse(response);
},
// Get agent configuration metadata
getAgentConfigMeta: async () => {
const response = await fetch(buildUrl(API_CONFIG.endpoints.agentConfigMetadata), {
headers: API_CONFIG.headers
});
return handleResponse(response);
},
// Execute an action for an agent
executeAction: async (name, actionData) => {
const response = await fetch(buildUrl(API_CONFIG.endpoints.executeAction(name)), {