Commit Graph
2 Commits
Author SHA1 Message Date
copilot-swe-agent[bot]andlokitoth e51edf886b Fix WorkflowHostExecutorTests to properly validate AutoYieldOutputHandlerResultObject
- Updated tests to register workflow host executor as output source
- Simplified test implementation to use full workflow execution
- All tests now passing

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2025-11-12 18:46:46 +00:00
copilot-swe-agent[bot]andlokitoth 837cc16a5e Add AutoYieldOutputHandlerResultObject support to WorkflowHostExecutor
- Added YieldOutputAsync method to ISuperStepJoinContext interface
- Implemented YieldOutputAsync in InProcessRunnerContext
- Updated WorkflowHostExecutor to check AutoYieldOutputHandlerResultObject option
- Updated TestRunContext to implement YieldOutputAsync
- Added unit tests for the new functionality

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2025-11-12 18:40:02 +00:00