Class NativeChatMessage
Inherited Members
Namespace: Glitch9.AIDevKit.LMStudio
Assembly: Glitch9.AIDevKit.Provider.LMStudio.dll
Syntax
public class NativeChatMessage
Properties
| Edit this page View SourceContent
Declaration
[JsonProperty("content")]
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Role
Declaration
[JsonProperty("role")]
public string Role { get; set; }
Property Value
| Type | Description |
|---|---|
| string |