Revert "refactor: consolidate current_input_file prompt into BuildOpenAICurrentInputContextPrompt"

This reverts commit d40888496e.
This commit is contained in:
CJACK
2026-04-28 00:31:12 +08:00
parent d40888496e
commit 9f7b671e5e
6 changed files with 20 additions and 36 deletions

View File

@@ -84,5 +84,5 @@ func latestUserInputForFile(messages []any) (int, string) {
}
func currentInputFilePrompt() string {
return promptcompat.BuildOpenAICurrentInputContextPrompt()
return "The current request and prior conversation context have already been provided. Answer the latest user request directly."
}