Class ModelLoadResponse
Inheritance
ModelLoadResponse
Assembly: Glitch9.AIDevKit.Provider.LMStudio.dll
Syntax
public class ModelLoadResponse
Properties
|
Edit this page
View Source
Identifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
|
Edit this page
View Source
Path
Declaration
[JsonProperty("path")]
public string Path { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
Extension Methods