Spaces:
Build error
Build error
Update common/RespondentAgent.py
Browse files
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="
|
| 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 |
|