Skip to content

Overview

This section provides documentation for developers who want to use PromptPex in their own projects or infrastructure.

PromptPex is workflow of LLM prompts that implement the test generation process. The template are stored in a markdown-ish, framework agnostic, template format.

PromptPex is designed to be used with any LLM library. The only requirement is that the library must be able to execute the Prompty templates.

GenAIScript implementation of the test generation process using the prompt templates.

A Python implementation of the test generation process using the prompt templates.