interface AgentCitationV1 {
    digest?: `sha256:${string}`;
    uri: string;
}

Properties

Properties

digest?: `sha256:${string}`
uri: string