Documentation
¶
Overview ¶
Package export renders session.Thread conversation histories into human-reviewable formats: plain text, self-contained HTML, and JSON.
All three top-level functions accept an io.Writer and a *session.Thread, iterate over the thread's turns, and emit every artifact in the turn. Delta artifacts are never present in persisted threads so no special handling is required.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTML ¶
HTML writes a self-contained HTML document representing the conversation thread to w. The output uses inline CSS and has no external dependencies.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.