Sharable thought

This commit is contained in:
2025-11-16 20:36:04 +08:00
parent 5a097c7518
commit aace3b48b1
6 changed files with 244 additions and 6 deletions

View File

@@ -12,6 +12,8 @@ public class SnThinkingSequence : ModelBase
public long TotalToken { get; set; }
public long PaidToken { get; set; }
public bool IsPublic { get; set; } = false;
public Guid AccountId { get; set; }
}