feat(actions-registry): add sources, update web search to become active on web

This commit is contained in:
ItzCrazyKns
2025-12-15 23:49:11 +05:30
parent 9b2c229e9c
commit 249889f55a
4 changed files with 8 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ class Researcher {
classification: input.classification,
fileIds: input.config.fileIds,
mode: input.config.mode,
sources: input.config.sources,
});
const availableActionsDescription =
@@ -30,6 +31,7 @@ class Researcher {
classification: input.classification,
fileIds: input.config.fileIds,
mode: input.config.mode,
sources: input.config.sources,
});
const researchBlockId = crypto.randomUUID();