Skip to content

Remove conflicting instruction from prompt prefix in bulk-experimentation notebook - #37

Open
yishangupenn wants to merge 1 commit into
mainfrom
upstream-pr-2342
Open

Remove conflicting instruction from prompt prefix in bulk-experimentation notebook#37
yishangupenn wants to merge 1 commit into
mainfrom
upstream-pr-2342

Conversation

@yishangupenn

@yishangupenn yishangupenn commented Mar 10, 2026

Copy link
Copy Markdown

Copied from upstream: openai/openai-cookbook#2342
Original author: @heathdutton
Originally opened: 2026-01-02


Summary

Removes the conflicting task instruction from PROMPT_PREFIX in the bulk-experimentation notebook.

Motivation

The PROMPT_PREFIX contains "You should return just the summary and nothing else." but each prompt variation (e.g., PROMPT_VARIATION_BASIC) adds its own task instruction like "You should return a summary that is concise and snappy.". This creates overlapping/conflicting instructions when the prompts are combined.

Fixes openai#2337

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.

Observation: Prompt Prefix contains additional task

2 participants