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 ef31cb5 commit c200a3aCopy full SHA for c200a3a
tests/functional/event_handler/required_dependencies/test_bedrock_agent_functions.py
@@ -266,8 +266,8 @@ def test_bedrock_agent_function_with_invalid_parameters():
266
app = BedrockAgentFunctionResolver()
267
268
@app.tool()
269
- def strict_function(requiredParam):
270
- return f"Got {requiredParam}"
+ def strict_function(required_param):
+ return f"Got {required_param}"
271
272
# WHEN calling with parameters that don't match the function signature
273
raw_event = load_event("bedrockAgentFunctionEvent.json")
0 commit comments