mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Change additionalProperties type to Any
This is aligned with "default" which is also `Any`, and both in vertex ai docs: https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.cachedContents#Schema are both with 'value' type
This commit is contained in:
parent
006ffea98f
commit
da136fa07b
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class Schema(TypedDict, total=False):
|
|||
pattern: str
|
||||
example: Any
|
||||
anyOf: List["Schema"]
|
||||
additionalProperties: bool
|
||||
additionalProperties: Any
|
||||
|
||||
|
||||
class FunctionDeclaration(TypedDict, total=False):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue