#!/bin/bash -eu
# openai-playground-history-json-to-txt:	
jq -r '.[] | .messages[] | "\(.role): \(.content[].text)"'
