feat: Experimental Prompt Library Added

This commit is contained in:
Anirban Kar
2024-12-15 16:47:16 +05:30
parent 79ce87ee5d
commit 70f88f981a
11 changed files with 253 additions and 13 deletions

View File

@@ -297,7 +297,6 @@ export class WorkbenchStore {
const action = artifact.runner.actions.get()[data.actionId];
if (!action || action.executed) {
return;
}