improvement(tool-input): general abstraction to enrich agent context, reuse visibility helpers (#2872)

* add abstraction for schema enrichment, improve agent KB block experience for tags, fix visibility of subblocks

* cleanup code

* consolidate

* fix workflow tool react query

* fix deployed context propagation

* fix tests
This commit is contained in:
Vikhyath Mondreti
2026-01-17 19:13:27 -08:00
committed by GitHub
parent b8b20576d3
commit 0fcd52683a
25 changed files with 967 additions and 342 deletions

View File

@@ -38,6 +38,7 @@ export class FunctionBlockHandler implements BlockHandler {
_context: {
workflowId: ctx.workflowId,
workspaceId: ctx.workspaceId,
isDeployedContext: ctx.isDeployedContext,
},
},
false,