Overview
This section provides documentation for developers who want to use PromptPex in their own projects or infrastructure.
Bring Your Own Inference Library
Section titled “Bring Your Own Inference Library”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
Section titled “GenAIScript”GenAIScript implementation of the test generation process using the prompt templates.
Python
Section titled “Python”A Python implementation of the test generation process using the prompt templates.