390 B
390 B
- Fixed a race condition where
EndTaskFramecould cause the pipeline to shut down before in-flight frames (e.g. LLM function call responses) finished processing.EndTaskFrameandStopTaskFramenow flow through the pipeline asControlFrames, ensuring all pending work is flushed before shutdown begins.CancelTaskFrameandInterruptionTaskFrameremain immediate (SystemFrame).