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 cef64d8 commit c2ac0b5Copy full SHA for c2ac0b5
tests_integ/test_bedrock_cache_point.py
@@ -50,7 +50,7 @@ def cache_point_callback_handler(**kwargs):
50
cache_point_usage += 1
51
52
agent = Agent(
53
- system_prompt_content=system_prompt_content,
+ system_prompt=system_prompt_content,
54
callback_handler=cache_point_callback_handler,
55
load_tools_from_directory=False,
56
)
0 commit comments