check if stale

This commit is contained in:
2026-06-07 05:05:46 -06:00
parent 39051980df
commit 9fbab91cf9
4 changed files with 51 additions and 0 deletions

View File

@@ -271,6 +271,7 @@ class AwardItemManageOut(Schema):
sort_order: int
awarded_at: datetime
has_prompt_chain: bool
is_stale: bool = False
class ShowcaseDetailOut(Schema):