We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868bd5d commit 27261c7Copy full SHA for 27261c7
1 file changed
src/processor/src/libs/base/orchestrator_base.py
@@ -183,7 +183,7 @@ async def create_agents(
183
builder
184
.with_temperature(0.0)
185
.with_response_format(ManagerSelectionResponse)
186
- .with_max_tokens(4_000)
+ .with_max_tokens(10_000)
187
.with_tools(agent_info.tools) # for checking file existence
188
)
189
elif agent_info.agent_name == "ResultGenerator":
0 commit comments