Class MemoryBankLastConversationResponse
Inheritance
MemoryBankLastConversationResponse
Assembly: Seclai.dll
Syntax
public sealed class MemoryBankLastConversationResponse
Properties
Accepted
Declaration
[JsonPropertyName("accepted")]
public bool? Accepted { get; set; }
Property Value
AiNote
Declaration
[JsonPropertyName("ai_note")]
public string? AiNote { get; set; }
Property Value
Total
Declaration
[JsonPropertyName("total")]
public int? Total { get; set; }
Property Value
Turns
Declaration
[JsonPropertyName("turns")]
public List<MemoryBankConversationTurnResponse>? Turns { get; set; }
Property Value
Declaration
[JsonPropertyName("user_input")]
public string? UserInput { get; set; }
Property Value