Skip to content

Versioning Example

Prompty can include version information 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
---
name: Versioning Example
description: A prompt that includes version information
authors:
  - example_author
version: 1.0.0
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}}