Pramata's GenAI Agents Builder provides markdown support, allowing you to beautify and enhance the readability of GenAI results displayed within the window. By using standard markdown notation, you can create well-structured and visually appealing content without needing extensive technical knowledge.
Supported Markdown Elements
The following markdown elements are supported in the GenAI Agents Builder:
-
Headings: Use # for H1, ## for H2, and ### for H3 to create headings of different levels.
- Example: # This is a top-level heading
-
Bold Text: Surround your text with double asterisks ** to make it bold.
- Example: This is **bold** text
-
Italic Text: Use single asterisks * to italicize your text.
- Example: This is *italicized* text
-
Lists: Create ordered lists using numbers followed by periods, and unordered lists using asterisks *.
- Example (Ordered List):
- First item
- Second item
- Third item
- Example (Unordered List):
- First item
- Second item
- Third item
- Example (Ordered List):
- Horizontal Rule: Use three dashes --- to create a horizontal line separator.
-
Tables: Create tables using pipes | and dashes - to define columns and rows.
- Example:
| Column 1 | Column 2 |
| -------- | -------- |
| Value 1 | Value 2 |
| Value 3 | Value 4 |
- Example:
-
Links: Create clickable links by enclosing the link text in square brackets [] followed by the URL in parentheses ().
- Example: [Visit Pramata](https://www.pramata.com)
Additional Resources
If you have any further questions or want to learn more about the supported markdown syntax, you can refer to the comprehensive guide at Markdown Guide: Basic Syntax.
Summary
By using a combination of prompt variables (e.g., {{MASTER}}, {{ORDER}}, {{AMENDMENT}}), key term tags (e.g., {{kt.Key Term}}), and markdown support (e.g., **), you can create powerful and tailored Agents to extract the most relevant information from your documents that are easy to read and understand.
We hope this guide helps you make the most of Pramata's GenAI Agents Builder. If you have any further questions or need assistance, please don't hesitate to reach out to our support team.