interface AgentProvenanceV1 {
    attribution: string;
    citations: readonly AgentCitationV1[];
    dataMode: AgentDataMode;
    observedAt: string;
}

Properties

attribution: string
citations: readonly AgentCitationV1[]
dataMode: AgentDataMode
observedAt: string