Commits
Click on a commit to change the comparison rangeFix: Preserve injected arguments in _parse_input when using BaseModel
When args_schema is defined as a Pydantic BaseModel, injected parameters
like ToolRuntime were being filtered out. This fix preserves all fields
from the original input, even those not defined in the schema.
Fixes #336466 days ago
by bhaskargurram-ai