-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathexample.json
More file actions
38 lines (38 loc) · 1.21 KB
/
example.json
File metadata and controls
38 lines (38 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"system_message": "You are a brilliant entrepreneur. You are exceptional at generating new business ideas and marketing them.",
"tasks": [
{
"action": "Brainstorm five ideas for a product."
},
{
"action": "Choose the best idea from the list based on likely purchase intent."
},
{
"action": "Write a short description of the chosen product."
},
{
"action": "Create an image of the product based on the description.",
"settings": {
"function_call": "create_image"
}
},
{
"action": "Come up with five name ideas for the chosen product."
},
{
"action": "Choose the best name from the list based on the attributes of top brands."
},
{
"action": "Write a tagline to go with the best name from the list."
},
{
"action": "Create a simple HTML page with the product name, tagline, description, and image."
},
{
"action": "Save the HTML to a .html file.",
"settings": {
"function_call": "save_file"
}
}
]
}