Class CodeCorpusReference
- Namespace
- AiDotNet.ProgramSynthesis.Models
- Assembly
- AiDotNet.dll
Defines a corpus either by embedding the documents in the request, or by referencing an indexed corpus in Serving.
public sealed class CodeCorpusReference
- Inheritance
-
CodeCorpusReference
- Inherited Members
Properties
CorpusId
public string? CorpusId { get; set; }
Property Value
Documents
public List<CodeCorpusDocument> Documents { get; set; }
Property Value
IndexId
public string? IndexId { get; set; }