Expand description
Voice session transcript logging.
TranscriptLogger writes voice session transcripts to JSONL files
in the workspace directory. Each line is a JSON-serialized
TranscriptEntry.
Structsยง
- Transcript
Entry - A single entry in the voice transcript log.
- Transcript
Logger - Appends voice transcript entries to a JSONL file.