From 30b7277723b84d3112a7fbe1fdbc6eda7e945e2c Mon Sep 17 00:00:00 2001 From: ascender1729 Date: Wed, 30 Apr 2025 17:44:38 +0530 Subject: [PATCH] feat: add temperature and max_tokens parameters to agent config --- docs/swarms/install/quickstart.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/swarms/install/quickstart.md b/docs/swarms/install/quickstart.md index 7d8c5b8c..42843d11 100644 --- a/docs/swarms/install/quickstart.md +++ b/docs/swarms/install/quickstart.md @@ -82,6 +82,8 @@ agents: context_length: 200000 return_step_meta: false output_type: "str" + temperature: 0.1 + max_tokens: 2000 task: "Analyze tech stocks for 2024 investment strategy. Provide detailed analysis and recommendations." - agent_name: "Risk-Analysis-Agent" @@ -97,6 +99,8 @@ agents: context_length: 150000 return_step_meta: false output_type: "str" + temperature: 0.1 + max_tokens: 2000 task: "Conduct a comprehensive risk analysis of the top 5 tech companies in 2024. Include risk factors and mitigation strategies." swarm_architecture: