Interfaces
AuthoredMessage
Interface: AuthoredMessage
Defined in: src/lib/saidByPerson.ts:71
The fields authorship is decided from — structural, so both
LLMMessage (the wire shape) and InjectionContext.history[n] (the
read-only view a predicate gets) satisfy it unchanged.
injectedBy is unknown here on purpose: this file only ever asks whether
the marker is PRESENT, and typing its interior would make a leaf that must
import nothing into a mirror that can drift.
Properties
content
readonlycontent:string
Defined in: src/lib/saidByPerson.ts:73
injectedBy?
readonlyoptionalinjectedBy?:unknown
Defined in: src/lib/saidByPerson.ts:74
role
readonlyrole:string
Defined in: src/lib/saidByPerson.ts:72
