Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
ChatGPTPromptExplorer
Guides
ChatGPTPromptExplorer
Tech Notes
ChatGPTPromptExplorer Workflows
ChatGPTPromptExplorer
Designing an LLMFunction
Experimenting with Prompts
Working with Chatbooks
Working with https://chat.openai.com/
Working with the Prompt Repository
Symbols
ChatGPTPromptExplorerGeneralPalette
ChatGPTPromptExplorerUIElement
ChatGPTQAPI
createPromptNotebook
getAllOpenAIModels
getPromptsFromPromptNotebook
promptEngineeringCell
$openAIAPIKey
DavidReiss`ChatGPTPromptExplorer`ChatGPTPromptExplorer`
c
r
e
a
t
e
P
r
o
m
p
t
N
o
t
e
b
o
o
k
c
r
e
a
t
e
P
r
o
m
p
t
N
o
t
e
b
o
o
k
[
]
c
r
e
a
t
e
s
a
p
r
o
m
p
t
n
o
t
e
b
o
o
k
.
w
i
t
h
a
s
i
n
g
l
e
p
r
o
m
p
t
E
n
g
i
n
e
e
r
i
n
g
C
e
l
l
.
c
r
e
a
t
e
P
r
o
m
p
t
N
o
t
e
b
o
o
k
[
s
t
r
i
n
g
]
c
r
e
a
t
e
s
a
p
r
o
m
p
t
n
o
t
e
b
o
o
k
w
i
t
h
t
h
e
"
c
o
n
t
e
n
t
"
f
i
e
l
d
s
o
f
t
h
e
p
r
o
m
p
t
E
n
g
i
n
e
e
r
i
n
g
C
e
l
l
s
s
e
t
t
o
t
h
e
s
t
r
i
n
g
o
r
s
e
t
t
o
m
u
l
t
i
p
l
e
p
r
o
m
p
t
E
n
g
i
n
e
e
r
i
n
g
C
e
l
l
s
d
e
p
e
n
d
i
n
g
o
n
t
h
e
s
e
t
t
i
n
g
o
f
t
h
e
"
M
a
k
e
T
e
x
t
S
e
n
t
e
n
c
e
s
"
o
p
t
i
o
n
.
c
r
e
a
t
e
P
r
o
m
p
t
N
o
t
e
b
o
o
k
[
C
h
a
t
O
b
j
e
c
t
]
c
r
e
a
t
e
s
a
p
r
o
m
p
t
n
o
t
e
b
o
o
k
w
i
t
h
t
h
e
r
o
l
e
,
n
a
m
e
,
a
n
d
c
o
n
t
e
n
t
f
i
e
l
d
s
f
i
l
l
e
d
i
n
f
r
o
m
t
h
e
s
u
p
p
l
i
e
d
C
h
a
t
O
b
j
e
c
t
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
2
)
Basic Examples
(
1
)
Make a prompt notebook with a single promptEngineeringCell with its default settings.
I
n
[
1
]
:
=
c
r
e
a
t
e
P
r
o
m
p
t
N
o
t
e
b
o
o
k
[
]
;
Make a prompt notebook with a single promptEngineeringCell with its "content" field filled in.
I
n
[
2
]
:
=
c
r
e
a
t
e
P
r
o
m
p
t
N
o
t
e
b
o
o
k
[
"
Y
o
u
a
r
e
a
u
s
e
r
f
u
l
A
s
s
i
s
t
a
n
t
.
"
]
;
Make a prompt notebook with multiple promptEngineeringCells with their "content" fields filled in with the sentences contained in the argument.
I
n
[
3
]
:
=
c
r
e
a
t
e
P
r
o
m
p
t
N
o
t
e
b
o
o
k
[
"
Y
o
u
a
r
e
a
u
s
e
r
f
u
l
A
s
s
i
s
t
a
n
t
.
R
e
t
u
r
n
a
l
l
a
n
s
w
e
s
i
n
t
h
e
f
o
r
m
o
f
a
p
o
e
m
.
"
,
"
M
a
k
e
T
e
x
t
S
e
n
t
e
n
c
e
s
"
T
r
u
e
]
;
O
p
t
i
o
n
s
(
1
)
S
e
e
A
l
s
o
p
r
o
m
p
t
E
n
g
i
n
e
e
r
i
n
g
C
e
l
l
▪
g
e
t
P
r
o
m
p
t
s
F
r
o
m
P
r
o
m
p
t
N
o
t
e
b
o
o
k
T
e
c
h
N
o
t
e
s
▪
C
h
a
t
G
P
T
P
r
o
m
p
t
E
x
p
l
o
r
e
r
▪
C
h
a
t
G
P
T
P
r
o
m
p
t
E
x
p
l
o
r
e
r
W
o
r
k
f
l
o
w
s
▪
W
o
r
k
i
n
g
w
i
t
h
t
h
e
P
r
o
m
p
t
R
e
p
o
s
i
t
o
r
y
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
C
h
a
t
G
P
T
P
r
o
m
p
t
E
x
p
l
o
r
e
r
"
"