Revert "feat(ui): Action playground config and parameter forms (#129)"
This reverts commit 1eee5b5a32.
This commit is contained in:
committed by
Richard Palethorpe
parent
a569e37a34
commit
0709f2f1ff
8
webui/react-ui/src/utils/api.js
vendored
8
webui/react-ui/src/utils/api.js
vendored
@@ -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)), {
|
||||
|
||||
Reference in New Issue
Block a user