TypeChat icon indicating copy to clipboard operation
TypeChat copied to clipboard

Feature Request: Option to disable truncation of error messages

Open nathanbowang opened this issue 5 months ago • 0 comments

The current TypeScript validator in TypeChat sometimes truncates error messages, for example:

Type '{ id: number; title: string; }' is missing the following properties from type 'Doc': slug, abstract, description, and 4 more.

It would be great if there could be an option to always return the full error message without truncation.

nathanbowang avatar Aug 12 '25 05:08 nathanbowang