Skip to content

Multi-Author Example

Prompty can include multiple authors 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: Multi-Author Example
description: A prompt that includes multiple authors
authors:
  - author_1
  - author_2
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}}