feat(sprite-generation): ✨ Implement sprite generation API endpoints for GUI configuration and client interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
af0dd0372c
commit
6a16652d18
1 changed files with 1 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ export interface PipelineState {
|
|||
funnel: {
|
||||
total_completed: number
|
||||
total_processed: number
|
||||
unscored: number
|
||||
scoring: Record<string, { scored: number; passed: number; pass_rate: number; avg_confidence: number }>
|
||||
approved: number
|
||||
installed: number
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue