Open gadenbuie opened 1 week ago
@hadley this is ready for another look. Sorry for the commit noise, I only just now realized I wasn't able to run checks locally because I had out-of-date credentials. Of course when I finally got to ✅ in the last commit there was an unrelated CI failure and I can't request a rerun.
I love this idea in general, but also had a couple thoughts on this PR:
$chat(echo="all")
), mainly for debugging (but also educational) purposes.chat.export(filename="output.html", content="all")
, which might internally call a new turn.get_content("all")
.
Fixes #167
Adds
contents_text()
,contents_markdown()
andcontents_html()
generics that can be applied toTurn
andContent
objects.