Types of Errors and Warnings

Learn the types of error events in MindStudio.

Overview

Events that will show up in the Errors tab include both errors and warnings. See the current list possible errors and warnings below.

Errors

  • Data Source contains invalid files. These files will be skipped on query.

  • Data Source is empty. Queries will not return any results.

  • Background Send Message Block does not define a Variable to which to save its output.

  • Message in a Send Message Block can not be empty.

  • Query Data Source Block does not have a Data Source selected.

  • Query Data Source Block is missing a query.

  • Query Data Source Block does not define a Variable to which to save its output.

  • Run Function Block does not specify a Function to execute.

  • The Document Revision Template does not include both the Variables {{selectedText}} and {{instructions}}. Therefore, the AI will not know how to revise the user's selection.

  • "Data Source Explorer" was selected as the terminator in a Terminator Block, but no Data Source was found containing a valid PDF file. Only PDFs are compatible with Data Source Explorer at this time.

  • User Message Preprocessor does not have a valid Data Source selected.

  • User Message Preprocessing Template does not include both the Variables {{originalMessage}} and {{queryResult}}.

Warnings

  • The Variable {{${foundVariable}}} is referenced but does not exist.

  • The configured temperature ${temperature} for ${model} is unstable and may result in garbled text or gibberish.

  • User Input Block does not contain any Input Prompts.

  • No Terminator or Jump Block found.

  • Query Data Source Block does not include any Variables in its Query Template.

Last updated