Skip to content

Fix typos and broken numbering in the summarizer prompt - #175

Merged
adamjohnwright merged 1 commit into
mainfrom
fix/summarizer-prompt-typos
Sep 4, 2026
Merged

Fix typos and broken numbering in the summarizer prompt#175
adamjohnwright merged 1 commit into
mainfrom
fix/summarizer-prompt-typos

Conversation

@adamjohnwright

Copy link
Copy Markdown
Contributor

Reported by @bhavyakeerthi3 in #157, verified against current main.

Typos

adn          -> and
infromation  -> information   (twice: system prompt and human message template)
retining     -> retaining
drived       -> derived       ("Reactome-drived", "UniProt-drived")

Also key biological terms terminology -> key biological terminology, and a doubled space.

Broken numbering

The instruction list ran 1,2,3,4,5 then 4 again, then 5,6,6 — three of nine items shared a number with an earlier one. Renumbered 1–9.

This is prompt text the model reads. A list that contradicts itself about its own ordering is a poor instruction to follow, and "4" appearing twice makes the second one ambiguous to reference.

Scope

Checked the rest of src/ for the same misspellings — there are none.

This is the Cross-Database Prototype profile, which config_default.yml does not enable, so no user sees these today. Worth fixing before that profile is revived rather than after.

Taken from #157; the rest of that PR (wiring the dead perform_web_search route) is real but sits in the same disabled profile and is tracked separately.

🤖 Generated with Claude Code

Reported by @bhavyakeerthi3 in #157, verified against current main:

  adn          -> and
  infromation  -> information   (twice; once in the system prompt, once in the
                                 human message template)
  retining     -> retaining
  drived       -> derived       (twice, in "Reactome-drived" and "UniProt-drived")

Also "key biological terms terminology" -> "key biological terminology", and a
doubled space.

The instruction list numbered 1,2,3,4,5 then 4 again, then 5,6,6 -- so three of
nine items shared a number with an earlier one. Renumbered 1-9. This is prompt
text the model reads, and a list that contradicts itself about its own ordering
is not a good instruction to follow.

Checked the rest of src/ for the same misspellings; there are none.

This is the Cross-Database Prototype profile, which config_default.yml does not
enable, so no user sees these today.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@adamjohnwright
adamjohnwright merged commit 24293f0 into main Sep 4, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant