Skip to content

Commit bbe7e2d

Browse files
authored
Merge branch 'main' into synthetic_conv_gen
2 parents 1d4af81 + 949fcfc commit bbe7e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/utils/synthetic_conversation_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def generate_synthetic_conversations(raw_text: str, num_turns: int, student_agen
105105
if __name__ == "__main__":
106106
num_turns = 6
107107
# Can be "informational", "socratic", "google_learnlm"
108-
tutor_agent_types = ["socratic"]
108+
tutor_agent_types = ["google_learnlm"]
109109
# Can be "base", "curious", "contradicting", "reliant", "confused", "unrelated"
110110
student_agent_types = ["base", "curious", "contradicting", "reliant", "confused", "unrelated"]
111111

0 commit comments

Comments
 (0)