Avoid DeepAgents default_temperature kwarg

This commit is contained in:
2026-06-06 20:41:57 -03:00
parent fdd620ef17
commit 10732afdfd

View File

@@ -125,8 +125,7 @@ class ChartAgent(A2AAgent[ChartAgentConfig, NoAuth]):
return create_a2a_deep_agent(
ctx,
creds=creds,
default_temperature=0.0,
backend=backend,
backend=backend,
skills=skill_sources or None,
tools=[text_stats],
middleware=[log_model_call],