fix(editor): Restore workflow tool view-execution link for V3 Agents (#22730)

This commit is contained in:
Charlie Kolb
2025-12-05 12:20:39 +01:00
committed by GitHub
parent 492aca09ff
commit feab6d3f34

View File

@@ -173,9 +173,13 @@ export class WorkflowToolService {
return processedResponse;
}
// If manualLogging is false we've been called by the engine and need
// the structured response.
if (metadata && 'setMetadata' in context) {
void context.setMetadata(metadata);
}
return responseData;
} catch (error) {
// Check if error is due to cancellation