Exercises / llm
Detect truncated JSON
truncated(text, finish_reason) is True when finish_reason is length or the stripped text starts with { but does not end with }. Print both cases.
Live Pythonpython
Output
Run to execute this in your browser. Nothing is sent to a server.