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.