Skip to content

Commit 27261c7

Browse files
increase the tokens
1 parent 868bd5d commit 27261c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/processor/src/libs/base/orchestrator_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ async def create_agents(
183183
builder
184184
.with_temperature(0.0)
185185
.with_response_format(ManagerSelectionResponse)
186-
.with_max_tokens(4_000)
186+
.with_max_tokens(10_000)
187187
.with_tools(agent_info.tools) # for checking file existence
188188
)
189189
elif agent_info.agent_name == "ResultGenerator":

0 commit comments

Comments
 (0)