RoleAssignmentAgent
- role_assignment_prompt (TextPrompt): A prompt for the agent to generate role names.
init
run
- task_prompt (Union[str, TextPrompt]): The prompt for the task based on which the roles are to be generated.
- num_roles (int, optional): The number of roles to generate. (default: :obj:
2
)