Class GenerationRecordDetail
Inheritance
GenerationRecordDetail
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class GenerationRecordDetail
Properties
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
OutputFiles
Declaration
[JsonProperty("output_files")]
public SerializableFile[] OutputFiles { get; set; }
Property Value
|
Edit this page
View Source
OutputTexts
Declaration
[JsonProperty("output_texts")]
public string[] OutputTexts { get; set; }
Property Value
|
Edit this page
View Source
Prompt
Declaration
[JsonProperty("prompt")]
public IPrompt Prompt { get; set; }
Property Value
|
Edit this page
View Source
PromptText
Declaration
[JsonProperty("prompt_text")]
public string PromptText { get; set; }
Property Value
|
Edit this page
View Source
RequestContext
Declaration
[JsonProperty("request_context")]
public CurlContext RequestContext { get; set; }
Property Value
Methods
|
Edit this page
View Source
ApplyTo(GenerationRecord)
Declaration
public void ApplyTo(GenerationRecord r)
Parameters
|
Edit this page
View Source
FromRecord(GenerationRecord)
Declaration
public static GenerationRecordDetail FromRecord(GenerationRecord r)
Parameters
Returns
Extension Methods