feat(llm): enable Bedrock/Anthropic prompt caching for Claude models (#772)

Co-authored-by: Sean Turner <sean.turner@zerohash.com>
Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com>
This commit is contained in:
seanturner83
2026-07-26 17:12:57 -07:00
committed by GitHub
co-authored by Sean Turner Ahmed Allam
parent 427cdcd9d4
commit 27f9750cdc
7 changed files with 186 additions and 4 deletions
+1
View File
@@ -236,6 +236,7 @@ async def run_strix_scan(
model_name=resolved_model,
force_required_tool_choice=settings.llm.force_required_tool_choice,
request_timeout=settings.llm.timeout,
prompt_cache=settings.llm.prompt_cache,
)
run_config = RunConfig(
model=resolved_model,