Kiplangatkorir df8d09f2b6 fix: guard validate_params against non-dict input
When the LLM returns malformed tool arguments (e.g. a list or string
instead of a dict), validate_params would crash with AttributeError
in _validate() when calling val.items(). Now returns a clear
validation error instead of crashing.
2026-03-04 10:53:30 +03:00
..
2026-03-02 06:24:53 +00:00
2026-02-28 17:55:18 +00:00
2026-02-01 07:36:42 +00:00