Avoid DeepAgents default_temperature kwarg
This commit is contained in:
1
agent.py
1
agent.py
@@ -125,7 +125,6 @@ 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],
|
||||||
|
|||||||
Reference in New Issue
Block a user