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
Chatnik
Guides
LLM-conversing via CLI
Tech Notes
A concise guide to the Chantik system
Symbols
ChatnikClearMessages
ChatnikCopyScripts
ChatnikEvaluate
ChatnikPromptExpand
ChatnikPromptRecords
ScrapePromptRecords
AntonAntonov`Chatnik`
C
h
a
t
n
i
k
P
r
o
m
p
t
R
e
c
o
r
d
s
C
h
a
t
n
i
k
P
r
o
m
p
t
R
e
c
o
r
d
s
[
]
g
i
v
e
t
h
e
k
n
o
w
p
r
o
m
p
t
r
e
c
o
r
d
s
.
C
h
a
t
n
i
k
P
r
o
m
p
t
R
e
c
o
r
d
s
[
n
a
m
e
]
g
i
v
e
t
h
e
p
r
o
m
p
t
r
e
c
o
r
d
m
a
t
c
h
i
n
g
t
h
e
n
a
m
e
(
i
f
a
n
y
.
)
C
h
a
t
n
i
k
P
r
o
m
p
t
R
e
c
o
r
d
s
[
p
a
t
]
g
i
v
e
t
h
e
p
r
o
m
p
t
r
e
c
o
r
d
s
m
a
t
c
h
i
n
g
a
s
t
r
i
n
g
e
x
p
r
e
s
s
i
o
n
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
2
)
Basic Examples
(
1
)
Retrieve the prompt records and find their count:
I
n
[
1
]
:
=
C
h
a
t
n
i
k
P
r
o
m
p
t
R
e
c
o
r
d
s
[
]
/
/
L
e
n
g
t
h
O
u
t
[
1
]
=
2
2
4
Give the prompt record of "Yoda":
I
n
[
2
]
:
=
C
h
a
t
n
i
k
P
r
o
m
p
t
R
e
c
o
r
d
s
[
"
Y
o
d
a
"
]
O
u
t
[
2
]
=
{
N
a
m
e
Y
o
d
a
,
D
e
s
c
r
i
p
t
i
o
n
E
n
t
e
r
y
o
u
r
c
h
a
t
c
o
n
v
e
r
s
a
t
i
o
n
w
i
t
h
a
Y
o
d
a
i
d
e
n
t
i
t
y
.
,
U
R
L
h
t
t
p
s
:
/
/
r
e
s
o
u
r
c
e
s
.
w
o
l
f
r
a
m
c
l
o
u
d
.
c
o
m
/
P
r
o
m
p
t
R
e
p
o
s
i
t
o
r
y
/
r
e
s
o
u
r
c
e
s
/
8
2
1
f
4
5
2
1
-
8
0
2
b
-
4
0
7
3
-
a
f
2
7
-
1
8
9
e
2
7
6
9
5
e
c
c
/
}
Make a tabular object for all prompts starting with "Code":
I
n
[
3
]
:
=
T
a
b
u
l
a
r
C
h
a
t
n
i
k
P
r
o
m
p
t
R
e
c
o
r
d
s
[
"
C
o
d
e
"
~
~
_
_
_
]
O
u
t
[
3
]
=
T
a
b
u
l
a
r
R
o
w
c
o
u
n
t
:
5
C
o
l
u
m
n
c
o
u
n
t
:
3
A
p
p
l
i
c
a
t
i
o
n
s
(
1
)
S
e
e
A
l
s
o
S
c
r
a
p
e
P
r
o
m
p
t
R
e
c
o
r
d
s
"
"