Skip to content

MesopHomePageParams

fastagency.ui.mesop.main.MesopHomePageParams dataclass #

MesopHomePageParams(
    conv_starter_text: str = "Select workflow to use with FastAgency team",
    no_workflows_text: str = "No workflows found, click to retry",
    workflows_exception_text: str = "An exception occurred while discovering workflows, click to retry",
)

conv_starter_text class-attribute instance-attribute #

conv_starter_text: str = (
    "Select workflow to use with FastAgency team"
)

no_workflows_text class-attribute instance-attribute #

no_workflows_text: str = (
    "No workflows found, click to retry"
)

workflows_exception_text class-attribute instance-attribute #

workflows_exception_text: str = (
    "An exception occurred while discovering workflows, click to retry"
)