Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 417 Bytes

File metadata and controls

9 lines (7 loc) · 417 Bytes

Getting Started

  1. Add a PromptSpec contract under src/main/promptspec/example.promptspec.yaml.
  2. Register allowed tools in src/main/promptspec/tools.yaml.
  3. Run validation and generation.
  4. Inject the generated Spring AI client into your service.
  5. Record snapshots locally and replay them in CI.

The sample app under examples/spring-boot-demo demonstrates the full flow.