Skip to content

Commit

Permalink
Added new parameter to docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
afourney committed Dec 3, 2024
1 parent 7b708fb commit fe87e28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class MagenticOneGroupChat(BaseGroupChat):
Without a termination condition, the group chat will run based on the orchestrator logic or until the maximum number of turns is reached.
max_turns (int, optional): The maximum number of turns in the group chat before stopping. Defaults to 20.
max_stalls (int, optional): The maximum number of stalls allowed before re-planning. Defaults to 3.
final_answer_prompt (str, optional): The LLM prompt used to generate the final answer or response from the team's transcript. A default (sensible for GPT-4o class models) is provided.
Raises:
ValueError: In orchestration logic if progress ledger does not have required keys or if next speaker is not valid.
Expand Down

0 comments on commit fe87e28

Please sign in to comment.