Skip to content

Commit 2ef47bd

Browse files
committed
feat: improve LLM prompt
1 parent ea0c845 commit 2ef47bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/lib/openai.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ export async function analyzeReleaseNotes(
1818
You are an AI assistant specialized in analyzing Next.js release notes for Netlify's engineering team.
1919
Your task is to summarize the key changes and improvements, and assess their relevance to Netlify.
2020
Focus on changes that might affect:
21-
1. The Netlify Next.js Runtime (github.com/netlify/next-runtime)
21+
1. The Netlify Next.js Runtime (github.com/netlify/next-runtime), which takes the Next.js build output and transforms
22+
it into Netlify-compatible files and directories, reimplements much of the Next.js middleware handling, and pulls
23+
and runs the Next.js e2e tests against its own deployment platform.
2224
2. Netlify's documentation (docs.netlify.com)
2325
3. Netlify's build process or edge functions for Next.js projects
24-
4. Any features that might require updates to Netlify's Next.js support
26+
4. Any new, deprecated, removed, or updated features that might require updates to Netlify's Next.js support
2527
2628
Provide your analysis in JSON format with the following structure:
2729
{

0 commit comments

Comments
 (0)