Documentation Index
Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
Use this file to discover all available pages before exploring further.
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)