Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/anthropic/lib/_parse/_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def transform_schema(
else:
assert_never(type_)

# if there are any propes leftover then they aren't supported, so we add them to the description
# if there are any props leftover then they aren't supported, so we add them to the description
# so that the model *might* follow them.
if json_schema:
description = strict_schema.get("description")
Expand Down