Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 892 Bytes

File metadata and controls

24 lines (15 loc) · 892 Bytes
title Overview
sidebar
order
80

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

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

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

Python

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