You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #560 [Agent]Brave] Fix validation attribute for string parameter in tool (OskarStark)
This PR was merged into the main branch.
Discussion
----------
[Agent]Brave] Fix validation attribute for string parameter in tool
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Docs? | no
| Issues | --
| License | MIT
Changed #[With(maximum: 500)] to #[With(maxLength: 500)] for the $query parameter since maximum is for numeric values while maxLength is for string length validation.
Commits
-------
72562c1 Fix validation attribute for string parameter in Brave tool
0 commit comments