mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-19 02:34:37 -05:00
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:
committed by
GitHub
parent
b8b20576d3
commit
0fcd52683a
@@ -318,7 +318,7 @@ export async function executeWorkflowCore(
|
||||
executionId,
|
||||
workspaceId: providedWorkspaceId,
|
||||
userId,
|
||||
isDeployedContext: triggerType !== 'manual',
|
||||
isDeployedContext: !metadata.isClientSession,
|
||||
onBlockStart,
|
||||
onBlockComplete: wrappedOnBlockComplete,
|
||||
onStream,
|
||||
|
||||
Reference in New Issue
Block a user