600 B
600 B
- Broadened
tool_resourcestoapp_resourcesfor easy access not just in tool handlers but in other places like customFrameProcessors. Three changes: a rename (tool_resources→app_resources), a newapp_resourcesproperty onPipelineTask, and a newpipeline_taskproperty onFrameProcessor. Tool handlers now readparams.app_resources; custom processors readself.pipeline_task.app_resources. The previoustool_resourcesaliases (onPipelineTask,FunctionCallParams, andFrameProcessorSetup) keep working but are deprecated as of 1.2.0 and emitDeprecationWarnings.