Skip to content

Commit c2ac0b5

Browse files
committed
fix test
1 parent cef64d8 commit c2ac0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_integ/test_bedrock_cache_point.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def cache_point_callback_handler(**kwargs):
5050
cache_point_usage += 1
5151

5252
agent = Agent(
53-
system_prompt_content=system_prompt_content,
53+
system_prompt=system_prompt_content,
5454
callback_handler=cache_point_callback_handler,
5555
load_tools_from_directory=False,
5656
)

0 commit comments

Comments
 (0)