440 B
440 B
- ⚠️
FrameProcessorSetup.pipeline_taskandFunctionCallParams.pipeline_taskare now mandatory fields, andFrameProcessor.pipeline_taskraises if read beforesetup()instead of returningNone. Real-world code (frame processors set up byPipelineTask, tool handlers invoked byLLMService) is unaffected; only callers that construct these dataclasses by hand (typically tests) now have to supply apipeline_taskreference.