Skip to content

Commit 0b27ecf

Browse files
committed
update snapshots for coverage
1 parent 1578993 commit 0b27ecf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/models/test_anthropic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,13 +466,11 @@ def tool_two() -> str: # pragma: no cover
466466
'name': 'tool_one',
467467
'description': '',
468468
'input_schema': {'additionalProperties': False, 'properties': {}, 'type': 'object'},
469-
'strict': True,
470469
},
471470
{
472471
'name': 'tool_two',
473472
'description': '',
474473
'input_schema': {'additionalProperties': False, 'properties': {}, 'type': 'object'},
475-
'strict': True,
476474
'cache_control': {'type': 'ephemeral', 'ttl': '5m'},
477475
},
478476
]
@@ -547,7 +545,6 @@ def my_tool(value: str) -> str: # pragma: no cover
547545
'required': ['value'],
548546
'type': 'object',
549547
},
550-
'strict': True,
551548
'cache_control': {'type': 'ephemeral', 'ttl': '5m'},
552549
}
553550
]

0 commit comments

Comments
 (0)