mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix: build
This commit is contained in:
parent
23bf92dd82
commit
01106055ed
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ export function ToolTestPanel({
|
|||
...(prop.type === "object" || prop.type === "array"
|
||||
? [
|
||||
{
|
||||
validator: (_, value) => {
|
||||
validator: (_rule: any, value: any) => {
|
||||
if (
|
||||
(value === undefined || value === null || value === "") &&
|
||||
!actualSchema.required?.includes(key)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue