Overview

The Latitude prompt editor allows you to define and structure your prompts with precision.

The editor allows to define prompts using PromptL, a simple and intuitive language that enables you to create dynamic yet easy-to-understand prompts.

Syntax

The language syntax is easy to understand and use, making it simple to create dynamic and engaging prompts. However, it also supports advanced features like parameters, snippets, and logic to create more complex and dynamic prompts.

To learn more about it, take a look at the PromptL documentation:


Example of a Prompt

---
provider: openai
model: gpt-4o
---

<system>
  <prompt path="system_instructions" />
</system>

<user>
  Hello, I'd like to know about {{ topic }}.
</user>

<assistant>
  Certainly! I'd be happy to provide information about {{ topic }}. What
  specific aspect would you like to know?
</assistant>

<user>
  Tell me about its history.
</user>