We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f1f1d commit d5bef96Copy full SHA for d5bef96
tests/strands/tools/test_structured_output.py
@@ -116,14 +116,6 @@ def complex_user_tool_spec_json():
116
}
117
118
119
-@pytest.fixture
120
-def user_with_employment_tool_spec():
121
- return {
122
- "name": "UserWithEmployment",
123
- "description": "A user of the system with employment.",
124
- }
125
-
126
127
def test_convert_pydantic_to_bedrock_tool_basic(
128
user_model,
129
basic_user_tool_spec,
0 commit comments