Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ContributionAssistant): add support for product name gemini detection #1155

Merged
merged 2 commits into from
Dec 22, 2024

Conversation

TTalex
Copy link
Collaborator

@TTalex TTalex commented Dec 21, 2024

What

  • Handles product_name dectection from AI (currently Gemini).
  • Display it as an extra form field in the UI, to allow users to correct before upload.

Screenshot

Capture

Fixes bug(s)

Requires

@raphodn raphodn force-pushed the ttalex/contribution-assistant-product-name-support branch from e8e7229 to f71ba67 Compare December 22, 2024 07:57
@@ -15,7 +15,18 @@
contain
/>
<ProofImageCropped v-else-if="mode === 'Validation'" class="mb-4" height="200px" :proofImageFilePath="productPriceForm.proofImage" :boundingBox="productPriceForm.bounding_box" />
<v-row>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

j'ai fait une mini-modif pour basculer le champ dans un v-row

@raphodn raphodn merged commit abb5a19 into master Dec 22, 2024
6 of 7 checks passed
@raphodn raphodn deleted the ttalex/contribution-assistant-product-name-support branch December 22, 2024 07:59
@teolemon teolemon added the GenAI label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

AI-powered price addition workflow (Contribution assistant experiment)
3 participants