Add changelog for #4493

This commit is contained in:
Aleix Conchillo Flaqué
2026-05-13 21:06:09 -07:00
parent 7506af5861
commit eb4f0ac1ae
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
- ⚠️ `FrameProcessorSetup.pipeline_task` and `FunctionCallParams.pipeline_task` are now mandatory fields, and `FrameProcessor.pipeline_task` raises if read before `setup()` instead of returning `None`. Real-world code (frame processors set up by `PipelineTask`, tool handlers invoked by `LLMService`) is unaffected; only callers that construct these dataclasses by hand (typically tests) now have to supply a `pipeline_task` reference.