Skip to content

Commit caf1572

Browse files
committed
Docs: Address review feedback on too-large prompt error note
Soften wording to reflect that detailed error info (prompt length, max length) may not always be displayed when the service response contains unrecognized issue types alongside recognized ones.
1 parent f3f277d commit caf1572

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

modules/ROOT/pages/8.5.0-release-notes.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ The {productname} {release-version} release includes an accompanying release of
5252

5353
Previously, when a prompt sent to the TinyMCE AI service exceeded size limits, the error message did not include enough detail for integrators to diagnose the issue. The structured error data returned by the service, such as the current prompt length and the maximum allowed length, was not decoded or displayed.
5454

55-
In {productname} {release-version}, TinyMCE AI now decodes and displays detailed error information when a prompt exceeds size limits, including the current prompt length and the maximum allowed length. This makes it easier for integrators to identify and resolve prompt size issues.
55+
In {productname} {release-version}, TinyMCE AI now decodes and displays detailed error information when a prompt exceeds size limits. When available, this includes the current prompt length and the maximum allowed length, making it easier for integrators to identify and resolve prompt size issues.
56+
57+
NOTE: If the service response includes unrecognized error details alongside recognized ones, the additional detail information may not be displayed. The error notification itself is unaffected.
5658

5759
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
5860

0 commit comments

Comments
 (0)