You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
max_rpm=100, # This is the maximum number of requests per minute that the agent can make to the language model
43
43
verbose=True, # This is a flag that determines if the agent will print more output to the console
44
44
step_callback=write_result_to_file, # This is a callback function that will be called after each iteration of the agent
45
-
Allow_Delegation=False, # This is a flag that determines if the agent can delegate the task to another agent. As we are only using one agent, we set this to False
45
+
allow_delegation=False, # This is a flag that determines if the agent can delegate the task to another agent. As we are only using one agent, we set this to False
0 commit comments