Files
spring-ai-examples/prompt-engineering/prompt-engineering-patterns

Prompt Engineering with Spring AI

Spring AI Prompt Engineering

Overview

This repository contains practical implementations of Prompt Engineering techniques using Spring AI. These examples accompany the blog post: Spring AI Prompt Engineering Patterns.

The examples and patterns are based on the comprehensive Prompt Engineering Guide that covers the theory, principles, and patterns of effective prompt engineering.

Here we shows how to translate those concepts into working Java code using Spring AI's fluent ChatClient API.

Structure

The examples follow the same structure and patterns outlined in the original Goolge Prompt Egineering guide, making it easy to reference between theory and implementation.

Resources