Hiyve Components - v1.0.0
    Preparing search index...

    Interface AIPromptsSettingsLabels

    interface AIPromptsSettingsLabels {
        cancelLabel: string;
        categoryLabel: string;
        createLabel: string;
        customEmpty: string;
        customHeading: string;
        deleteConfirm: string;
        deleteLabel: string;
        descriptionLabel: string;
        editLabel: string;
        helper: string;
        modelLabel: string;
        nameLabel: string;
        presetsHeading: string;
        saveLabel: string;
        systemPromptLabel: string;
        title: string;
        userPromptPrefixLabel: string;
    }
    Index

    Properties

    cancelLabel: string

    Cancel in the form dialog.

    categoryLabel: string

    Form field label: category.

    createLabel: string

    Create button.

    customEmpty: string

    Empty-state message for the custom list.

    customHeading: string

    Tab / heading for the teacher's own templates.

    deleteConfirm: string

    Confirmation message before deleting a template.

    deleteLabel: string

    Delete row action.

    descriptionLabel: string

    Form field label: description.

    editLabel: string

    Edit row action.

    helper: string

    Helper text describing what these prompts do.

    modelLabel: string

    Form field label: optional model override.

    nameLabel: string

    Form field label: name.

    presetsHeading: string

    Tab / heading for presets list.

    saveLabel: string

    Save / submit in the form dialog.

    systemPromptLabel: string

    Form field label: system prompt.

    title: string

    Section title.

    userPromptPrefixLabel: string

    Form field label: user prompt prefix.