Avoid DeepAgents default_temperature kwarg
All checks were successful
build / build (push) Successful in 3s

This commit is contained in:
robert
2026-06-06 20:41:57 -03:00
parent 07fdfb0376
commit a266ffe242
2 changed files with 1 additions and 4 deletions

View File

@@ -144,7 +144,6 @@ def build_reviewer_graph(
return create_a2a_deep_agent(
ctx,
creds=llm_creds,
default_temperature=0.0,
tools=tools,
system_prompt=SYSTEM_PROMPT,
backend=backend,