Chat Thread Viewer

OpenAI या Anthropic का messages array (JSON) paste करें और एक readable chat thread के रूप में देखें। Role-wise color-coded। Tool-call parameters expandable। Pure browser, कोई upload नहीं।

यह किसके लिए है?

LLM applications अपनी conversations को JSON arrays of messages के रूप में log करती हैं — यही API को भेजा जाता है और यही audit logs, evaluation traces, fine-tuning datasets, और SDK debug output में दिखता है। उन arrays को इंसान की तरह पढ़ना मुश्किल है: escaped strings की दीवारें, escaped JSON-में-JSON में लिपटे tool-call arguments, बाकी flow में मिले-जुले system prompts। यह tool आपको एक quick chat-bubble render देता है ताकि आप actual conversation को scan कर सकें, देख सकें कि किन messages में tool calls थे, और वो एक prompt पहचान सकें जो गलत हो गया।

यह कौन-से formats समझता है

क्या render होता है

Common gotchas