Class CodeProvenance
- Namespace
- AiDotNet.ProgramSynthesis.Models
- Assembly
- AiDotNet.dll
Provenance metadata for a result hit when an indexed corpus is used.
public sealed class CodeProvenance
- Inheritance
-
CodeProvenance
- Inherited Members
Properties
CommitOrRef
public string? CommitOrRef { get; set; }
Property Value
IndexId
public string? IndexId { get; set; }
Property Value
RepoId
public string? RepoId { get; set; }
Property Value
SourcePath
public string? SourcePath { get; set; }