Skip to main content

Dotpromptz is a language-neutral executable prompt template file format for Generative AI.

Project description

Dotprompt: Executable GenAI Prompt Templates

Dotprompt is an executable prompt template file format for Generative AI. It is designed to be agnostic to programming language and model provider to allow for maximum flexibility in usage. Dotprompt extends the popular Handlebars templating language with GenAI-specific features.

What's an executable prompt template?

An executable prompt template is a file that contains not only the text of a prompt but also metadata and instructions for how to use that prompt with a generative AI model. Here's what makes Dotprompt files executable:

  • Metadata Inclusion: Dotprompt files include metadata about model configuration, input requirements, and expected output format. This information is typically stored in a YAML frontmatter section at the beginning of the file.

  • Self-Contained Entity: Because a Dotprompt file contains all the necessary information to execute a prompt, it can be treated as a self-contained entity. This means you can "run" a Dotprompt file directly, without needing additional configuration or setup in your code.

  • Model Configuration: The file specifies which model to use and how to configure it (e.g., temperature, max tokens).

  • Input Schema: It defines the structure of the input data expected by the prompt, allowing for validation and type-checking.

  • Output Format: The file can specify the expected format of the model's output, which can be used for parsing and validation.

  • Templating: The prompt text itself uses Handlebars syntax, allowing for dynamic content insertion based on input variables.

This combination of features makes it possible to treat a Dotprompt file as an executable unit, streamlining the process of working with AI models and ensuring consistency across different uses of the same prompt.

Example .prompt file

Here's an example of a Dotprompt file that extracts structured data from provided text:

---
model: googleai/gemini-1.5-pro
input:
  schema:
    text: string
output:
  format: json
  schema:
    name?: string, the full name of the person
    age?: number, the age of the person
    occupation?: string, the person's occupation
---
Extract the requested information from the given text. If a piece of information is not
present, omit that field from the output. Text:
{{text}}

This Dotprompt file:

  1. Specifies the use of the googleai/gemini-1.5-pro model.
  2. Defines an input schema expecting a text string.
  3. Specifies that the output should be in JSON format.
  4. Provides a schema for the expected output, including fields for name, age, and occupation.
  5. Uses Handlebars syntax ({{text}}) to insert the input text into the prompt.

When executed, this prompt would take a text input, analyze it using the specified AI model, and return a structured JSON object with the extracted information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dotpromptz-0.1.2.tar.gz (61.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dotpromptz-0.1.2-py3-none-any.whl (52.5 kB view details)

Uploaded Python 3

File details

Details for the file dotpromptz-0.1.2.tar.gz.

File metadata

  • Download URL: dotpromptz-0.1.2.tar.gz
  • Upload date:
  • Size: 61.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dotpromptz-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f2b571a09ef5df56ba7c27ed309df2f67d45f4169d91a7c06f8d736bffe74888
MD5 2335d2e18f6d50386c580fe320dcd090
BLAKE2b-256 7e3b6bda58b5b613d707186f8bcb2c7016ea8bd3ecc9c5c6bddf6b70c472bbe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for dotpromptz-0.1.2.tar.gz:

Publisher: publish_python_dotpromptz_package.yml on google/dotprompt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dotpromptz-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: dotpromptz-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 52.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dotpromptz-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fed96c68599ba30e9bbe214caff41c9cd065c79d2667f19b1d331bd83158554d
MD5 d72d655f1eecffcecccc4fc93ed3676f
BLAKE2b-256 fb31a4aac046122e8ddcea06693792c5cc6b533dc84287254f28b44a56df2a84

See more details on using hashes here.

Provenance

The following attestation bundles were made for dotpromptz-0.1.2-py3-none-any.whl:

Publisher: publish_python_dotpromptz_package.yml on google/dotprompt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page