Skip to content

chore: remove duplicate "the" in two agent prompts#753

Open
mvanhorn wants to merge 1 commit into
CodebuffAI:mainfrom
mvanhorn:osc/fix-prompt-typos
Open

chore: remove duplicate "the" in two agent prompts#753
mvanhorn wants to merge 1 commit into
CodebuffAI:mainfrom
mvanhorn:osc/fix-prompt-typos

Conversation

@mvanhorn
Copy link
Copy Markdown

Two near-identical lines in base2 agent prompts said "depends on the the first" → "depends on the first".

  • agents/base2/base2.ts:200
  • agents/base2/base-deep.ts:35

The line is the prompt string rendered into the agent's instructions, so the duplicate "the" was making it into the agent input.

Two near-identical lines in base2 agent prompts said "depends on the the
first":

- agents/base2/base2.ts L200
- agents/base2/base-deep.ts L35

The line is the prompt rendered into the agent's instructions, so the
duplicate "the" shows up in the agent's input.
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