From 85b310c94754c9270d0ed9321bb081c1a15be82c Mon Sep 17 00:00:00 2001 From: Artur Laksberg <1875734+arturl@users.noreply.github.com> Date: Sat, 4 Jan 2025 12:17:00 -0800 Subject: [PATCH] Update content/blog/codegen-learnings/index.md Co-authored-by: Gavin <57272374+thtmnisamnstr@users.noreply.github.com> --- content/blog/codegen-learnings/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/codegen-learnings/index.md b/content/blog/codegen-learnings/index.md index 0f3543ae68d0..49c6613bd65e 100644 --- a/content/blog/codegen-learnings/index.md +++ b/content/blog/codegen-learnings/index.md @@ -24,7 +24,7 @@ In this post, we want to share the learnings from developing code generation for ## Using RAG for code generation -Pulumi supports over [120 providers](https://www.pulumi.com/registry/), including major cloud providers such as AWS, Azure, Google Cloud, and Kubernetes, as well as many other services and platforms. New providers are being added continuously, and the existing providers change as their capabilities grow. +Pulumi supports over [120 providers](https://www.pulumi.com/registry/), including major cloud providers such as AWS, Azure, Google Cloud, and Kubernetes, as well as many other services and platforms. New providers are continuously added, and existing providers change as their capabilities grow. Our goals is to to generate the most accurate code for every provider -- code that is not only correct but also reflects their latest capabilities.