Prompt Studio

Prompt Studio

Prompt Studio is a prompting environment, where you can create your prompts and test them. After testing the prompts, you can save save them, adding them to the list and to be used later in the templates or in the portal.

Prompts List

When first accessing the Prompts list, you will find a list of preset prompts to be used as examples.

For each prompt, you have the option to Edit or Delete.

  1. Edit: prompts can be edited by clicking on the name of the prompt or by clicking on the three dots under the Action and selecting Edit.

  2. Delete: prompts can be deleted by clicking on the three dots under the Action and selecting Delete.

 

Create Prompts

  1. Click on “Create prompt

    image-20251111-113442.png
  2. Start writing your prompt in the Prompt text box:

    image-20251111-113646.png

Prompts need to be specific to your use case. A prompt is an instruction you give to the model on what it needs to do, so it needs to be tailored to the specific workflow stage you want to connect it to.

  1. Fill in the required settings:

    image-20251111-114025.png
    1. Name: give a name to your prompt

    2. Description: the description will help you remember what your prompt is useful for

    3. Model: select the LLM model you want to use

    4. Temperature: for LLMs, the temperature is an measure of the creativity level for the output. Low temperature means low creativity but high consistency in the output. High temperature will provide more creative generations, but the consistency and accuracy will decrease.

    5. Workflow Stage:

      1. Pre-editing: the prompt will be visible in the Templates in the Pre-editing step drop-down list

      2. Post-editing: the prompt will be visible in the Templates in the Post-editing step drop-down list

      3. Portal: the prompt can be connected to the Writing section of the portal through the admin panel

See APE Prompt Design Guide for a practical style guide to create Post-Editing prompts.

  1. Check that your prompt has the variable {text}. Depending on the workflow stage the prompt will be connected to, this variable is a placeholder for:

    1. Pre-editing: the source text of the translation

    2. Post-editing: the translation, the translated target text

    3. Portal: the text provided in the text interface or in the uploaded document

Make sure your {text} variable is pointing to the correct text your prompt is meant for, otherwise the output of the model will be mostly hallucinations.

  1. Test your prompt:

    1. Insert the sentence you want to modify in the text box

      image-20251111-115158.png
    2. Click “Test prompt

      image-20251111-115236.png
  2. Correct the prompt to get the desired output.

  3. Save the prompt by clicking “Save

    image-20251111-115433.png