Skip to content

Tagging Example

Prompty can include tags in the metadata.

Refer to the basic.prompty file for more examples.

YAML
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
---
name: Tagging Example
description: A prompt that includes tags in the metadata
authors:
  - example_author
tags:
  - tag1
  - tag2
model:
  api: chat
  configuration:
    azure_deployment: gpt-35-turbo
sample:
  question: What is the weather like today?
---
system:
You are a helpful assistant.
user:
{{question}}