nat232 commited on
Commit
417155e
·
verified ·
1 Parent(s): 89a666f

Update common/RespondentAgent.py

Browse files
Files changed (1) hide show
  1. common/RespondentAgent.py +1 -1
common/RespondentAgent.py CHANGED
@@ -34,7 +34,7 @@ class RespondentAgent:
34
 
35
 
36
  @staticmethod
37
- def create(user_profile, agent_detail_file, llm, respondent_type="FOCUS GROUP/INDIVIDUAL USER"):
38
  """
39
  Static method to create a respondent agent using user or group data and other details.
40
 
 
34
 
35
 
36
  @staticmethod
37
+ def create(user_profile, agent_detail_file, llm, respondent_type="INDIVIDUAL USER"):
38
  """
39
  Static method to create a respondent agent using user or group data and other details.
40