Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu committed Feb 13, 2025
1 parent 467bec6 commit e64e960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ParametersSchema(TypedDict):
type: str
properties: Dict[str, Any]
required: NotRequired[Sequence[str]]
additional_properties: NotRequired[bool]
additionalProperties: NotRequired[bool]


class ToolSchema(TypedDict):
Expand Down

0 comments on commit e64e960

Please sign in to comment.