Skip to content

Commit fe87e28

Browse files
committed
Added new parameter to docstring.
1 parent 7b708fb commit fe87e28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: python/packages/autogen-agentchat/src/autogen_agentchat/teams/_group_chat/_magentic_one/_magentic_one_group_chat.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class MagenticOneGroupChat(BaseGroupChat):
2626
Without a termination condition, the group chat will run based on the orchestrator logic or until the maximum number of turns is reached.
2727
max_turns (int, optional): The maximum number of turns in the group chat before stopping. Defaults to 20.
2828
max_stalls (int, optional): The maximum number of stalls allowed before re-planning. Defaults to 3.
29+
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.
2930
3031
Raises:
3132
ValueError: In orchestration logic if progress ledger does not have required keys or if next speaker is not valid.

0 commit comments

Comments
 (0)