Fixed issue with extra colors of image input # 57 #58
No reviewers
Labels
No Label
Large
Medium
Small
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: david/poker-chips-helper#58
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "vutukuri15/57"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR improves the ChipDetection component by ensuring the correct ordering of detected chip colors and handling unexpected colors in the AI response. Previously, the response parsing did not guarantee a fixed order for chip colors, and extra colors (e.g., "purple") could cause misalignment in the flattened array.
Good work. I gave it a quick test with some debugging to change the data. It does the job
I fixed test code