Table of contents
Official Content
  • This documentation is valid for:

This page lists possible errors you may encounter when evaluating AI Assistants, along with their causes and possible solutions.

Error: Execution of this type of assistant is not implemented.

This is a generic error message returned by the evaluation plan execution endpoint when the system cannot locate or run the assistant specified in the evaluation plan. It usually means that the assistant reference is invalid or can no longer be resolved due to one of the following reasons:

Possible Causes

Case 1: Nonexistent or inactive version of a Text assistant

If the assistant is of type Text Prompt, this error may occur if the version specified in the evaluation plan does not exist or is not currently active.

Case 2: Mismatch between declared type and actual assistant type

The type declared in the evaluation plan does not match the actual type of the assistant. For example, the plan may declare a RAG assistant, while the assistant is actually of type Text Prompt.

Case 3: Token belongs to a different project

The token used to authenticate the request is valid, but it doesn't correspond to the project where the assistant is defined. As a result, the system cannot access or execute the assistant.

Case 4: Missing profile for RAG assistant

If the assistant is of type RAG, this error can occur when no RAG assistant exists with the required profile. This might happen if the profile was never created, was renamed, or was deleted after the plan was defined.

Additional Notes
- The assistant may have been deleted, renamed, or reconfigured after the evaluation plan was created.

Last update: March 2025 | © GeneXus. All rights reserved. GeneXus Powered by Globant