class PersonaHubPrompt(TextPromptDict):
TextPrompt
used for generating and
relating personas based on given text or existing personas.
This class inherits from TextPromptDict, allowing for easy access and
management of the prompts.
Parameters:
def __init__(self, *args: Any, **kwargs: Any):