Skip to content

Allow skipping generation instruction extraction

Allen Cook requested to merge acook/skip_generation_instruction_extraction into master

What does this MR do and why?

Adds a feature flag skip_code_generation_instruction_extraction to instruct the LLM to find the user's instructions instead of us extracting them with a regex.

This allows us to support block comments and extra languages more easily, as well as simplify our code and make it less fragile.

Resolves #431267 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Allen Cook

Merge request reports