Documentation
¶
Overview ¶
Package transcriptio is the transcript-parsing core shared by the public transcript package and the runner's prompt backfill (the root package cannot import transcript without a cycle). Providers are identified by their string form (agenthooks.Provider values).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
Index int
Type string // provider's line type ("user", "assistant", "summary", ...)
Role string // message role when present
Text string // concatenated text content when extractable
Raw json.RawMessage
}
Entry is one transcript line, normalized best-effort. It mirrors transcript.Entry field-for-field so the public package converts directly.
Click to show internal directories.
Click to hide internal directories.