Class LMStudioPlugin
A plugin entry for native LM Studio chat requests.
Passed as elements of the "plugin" array in the request body.
Inheritance
LMStudioPlugin
Assembly: Glitch9.AIDevKit.Provider.LMStudio.dll
Syntax
public class LMStudioPlugin
Properties
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
|
Edit this page
View Source
Uri
Declaration
[JsonProperty("uri")]
public string Uri { get; set; }
Property Value
Extension Methods