use ChatCompletionRequestMessage;
use Deserialize;
/// Provenance for one reconstructed exchange.
/// A conversation restored from Floopy's stored logs.
///
/// `messages` is chronological (oldest → newest) and is a drop-in for the
/// `messages` of a follow-up `chat().create(...)` call.