Skip to content

Commit 6b48bef

Browse files
committed
refactor: removes potentially problematic schema condition
1 parent 8ded94d commit 6b48bef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Tools/DTO/FunctionCall.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ public static function getJsonSchema(): array
126126
[
127127
'required' => [self::KEY_NAME],
128128
],
129-
[
130-
'required' => [self::KEY_ID, self::KEY_NAME],
131-
],
132129
],
133130
];
134131
}

0 commit comments

Comments
 (0)