mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Merge pull request #14252 from Eitan1112/main
Add additionalProperties to vertex ai Schema definition
This commit is contained in:
commit
da16541203
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ class Schema(TypedDict, total=False):
|
|||
pattern: str
|
||||
example: Any
|
||||
anyOf: List["Schema"]
|
||||
additionalProperties: Any
|
||||
|
||||
|
||||
class FunctionDeclaration(TypedDict, total=False):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue