Skip to main content

Improved Source Validation for Prompt Generation and AI Chat

What the “missing file” warnings, name‑mismatch detection errors means

A
Written by Alondra Sandoval

Two key validation enhancements have been added to the Word add‑in:

  1. Pre‑generation source validation – The add‑in now checks that every attached source file still exists before a prompt is generated or an AI‑Chat message is sent. If a source is missing, a clear toast message lists the exact file names.


  2. Source‑name validation – In addition to the source ID, the backend now returns the source’s display name. The front‑end compares this name with the one stored on the attachment, catching cases where a template is reused in another project and the same ID points to a different file.

Did this answer your question?