364 B
364 B
- Added
tool_resourcestoPipelineTaskandFunctionCallParams. Pass an application-defined object (DB handles, clients, state, etc.) toPipelineTask(..., tool_resources=...)and access it from any tool handler viaparams.tool_resources. Passed by reference; the caller retains their handle and can read mutations after the task finishes. Resolves #4256.