Skip to content

Commit 0c8c440

Browse files
Increase max_tokens for ManagerSelection agent from 4000 to 8000
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fad5a59 commit 0c8c440

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
@@ -184,7 +184,7 @@ async def create_agents(
184184
builder
185185
.with_temperature(0.0)
186186
.with_response_format(ManagerSelectionResponse)
187-
.with_max_tokens(4_000)
187+
.with_max_tokens(8_000)
188188
.with_tools(agent_info.tools) # for checking file existence
189189
)
190190
elif agent_info.agent_name == "ResultGenerator":

0 commit comments

Comments
 (0)