Prompts
This module is for creating and managing Prompts. They pair parameters into wholes that are then used for processing audio (transcriptions) and text inputs.
Configuration

On-screen elements:
Details:
Name: input field of the prompt • Language: drop-down field for processing the prompt • Prompt state: dropdown field for changing the state to one of these: "Enabled", "Disabled for all" (completely disabled), or "Disabled for rerun" (disabled only for any of the following reruns) states • Multi-segment analysis (audio longer than 5 min): radio buttons with values "Each", "First", "Last" ??
Parameters:
Predefined parameter group: input field for selecting already predefined hardcoded parameter groups. Once any of them is selected, its predefined, hardcoded parameters are then listed in the "Parameters" field below.
Parameters: input field for selection of parameters (custom-made or predefined)
Previous parameter: input field. If any parameter is selected, then its outcome is used as an input for this prompt. Example: summary of the audio record (prompt_summary)
Instructions: input field for additional prompt specifics. E.g., output file type, processing specifics, structure requirement, etc. It is mainly used in some specific cases to fine-tune the output.
Conditions: section for specifying cases, based on values of already processed parameters, on which the current prompt should be applied:
Condition: dropdown field for selection of logical operators "AND" and "OR".
Add new condition: link displays upon clicking the following fields below. You can add multiple conditions at once.
Parameter: dropdown field for selection of parameters from other prompts in the format <prompt>_<parameter>
Value: input field displaying values based on the selected parameter
Temperature: input field for changing the creativity of the model output. Lower values (closer to 0) make output more deterministic, focused, and consistent (sometimes called “stricter”). Higher values (such as 0.7 or 1) increase creativity and diversity, making the model more exploratory in its responses.
Provider: ??
Create: button for creating the prompt with the latest configuration
Management
The order of prompts defines their running order.

On-screen elements:
Upper part:
Search prompts: bar for searching parameters based on their name
+ Create: button for creating a new prompt
Select: button for selecting multiple parameters in their list at once, and then for the following actions:
Prompt state: dropdown field for changing the state to one of these: "Enabled", "Disabled for all" (completely disabled), or "Disabled for rerun" (disabled only for any of the following reruns) states
Delete: button for deleting the selected prompt(s)
List of prompts: (Elements are listed from the left)
Name: of the prompt
Pencil: icon button for editing the prompt
Command line: icon indicating the prompt state
Language: used for processing the prompt
Prompt provider type: displaying either "Default provider" or any other, as per the provider configuration
Parameters preview: displaying a preview of the parameters used by the prompt, upon hovering over them, their definition is displayed
Floating buttons:
Export: for exporting all prompts in a JSON-formatted file
Import: for importing prompts in a JSON-formatted file
Save: for saving prompt changes
Last updated
Was this helpful?