Class MemoryBankConversationTurnResponse
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class MemoryBankConversationTurnResponse
Properties
Accepted
Declaration
[JsonPropertyName("accepted")]
public bool? Accepted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
AiNote
Declaration
[JsonPropertyName("ai_note")]
public string? AiNote { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserInput
Declaration
[JsonPropertyName("user_input")]
public string? UserInput { get; set; }
Property Value
| Type | Description |
|---|---|
| string |