Table of Contents

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

string

Documents

public List<CodeCorpusDocument> Documents { get; set; }

Property Value

List<CodeCorpusDocument>

IndexId

public string? IndexId { get; set; }

Property Value

string