Skip to content

Fix AI text import prompt to require recipeInstructions - #4772

Open
Abhijais4896 wants to merge 1 commit into
TandoorRecipes:developfrom
Abhijais4896:fix-ai-text-import-recipeinstructions
Open

Fix AI text import prompt to require recipeInstructions#4772
Abhijais4896 wants to merge 1 commit into
TandoorRecipes:developfrom
Abhijais4896:fix-ai-text-import-recipeinstructions

Conversation

@Abhijais4896

Copy link
Copy Markdown

Summary

Updates the AI text import prompt to explicitly require the
recipeInstructions field instead of instructions.

Some LLMs return instructions, which is ignored by the recipe scraper,
causing recipe steps to be dropped during import.

Changes

  • Clarified the AI prompt.
  • Explicitly requires:
    • recipeIngredient
    • recipeInstructions
  • Specifies that each instruction should be a HowToStep object with a text field.

Fixes #4771

@CLAassistant

CLAassistant commented Aug 4, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@vabene1111

Copy link
Copy Markdown
Collaborator

thank you. have you verfied this against the standard so that all possible options allowed by the standard are supported ?

@Abhijais4896

Copy link
Copy Markdown
Author

@vabene1111 Yes I have verified it

@vabene1111

Copy link
Copy Markdown
Collaborator

thank you, will get this merged with one of the next releases

@vabene1111 vabene1111 moved this to Todo in Tandoor 2 Aug 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Bug: AI text import drops recipe steps when model returns instructions instead of recipeInstructions

3 participants