Avoid DeepAgents default_temperature kwarg
This commit is contained in:
3
agent.py
3
agent.py
@@ -125,8 +125,7 @@ class ChartAgent(A2AAgent[ChartAgentConfig, NoAuth]):
|
|||||||
return create_a2a_deep_agent(
|
return create_a2a_deep_agent(
|
||||||
ctx,
|
ctx,
|
||||||
creds=creds,
|
creds=creds,
|
||||||
default_temperature=0.0,
|
backend=backend,
|
||||||
backend=backend,
|
|
||||||
skills=skill_sources or None,
|
skills=skill_sources or None,
|
||||||
tools=[text_stats],
|
tools=[text_stats],
|
||||||
middleware=[log_model_call],
|
middleware=[log_model_call],
|
||||||
|
|||||||
Reference in New Issue
Block a user