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
LLMFunctions
Guides
LLM-Related Functionality
Symbols
ChatEvaluate
ChatObject
GenerateLLMToolResponse
ImageSynthesize
LLMConfiguration
LLMEvaluator
LLMExampleFunction
LLMFunction
LLMPrompt
LLMResourceFunction
LLMSynthesize
LLMTool
LLMToolRequest
LLMToolResponse
$LLMEvaluator
[
EXPERIMENTAL
]
L
L
M
F
u
n
c
t
i
o
n
L
L
M
F
u
n
c
t
i
o
n
[
p
r
o
m
p
t
]
r
e
p
r
e
s
e
n
t
s
a
t
e
m
p
l
a
t
e
f
o
r
a
l
a
r
g
e
l
a
n
g
u
a
g
e
m
o
d
e
l
(
L
L
M
)
p
r
o
m
p
t
.
L
L
M
F
u
n
c
t
i
o
n
[
{
p
r
o
m
p
t
1
,
p
r
o
m
p
t
2
,
…
}
]
r
e
p
r
e
s
e
n
t
s
a
c
o
m
b
i
n
a
t
i
o
n
o
f
m
u
l
t
i
p
l
e
p
r
o
m
p
t
s
.
L
L
M
F
u
n
c
t
i
o
n
[
p
r
o
m
p
t
,
f
o
r
m
]
i
n
c
l
u
d
e
s
t
h
e
i
n
t
e
r
p
r
e
t
e
r
f
o
r
m
t
o
a
p
p
l
y
t
o
t
h
e
r
e
s
p
o
n
s
e
.
L
L
M
F
u
n
c
t
i
o
n
[
…
]
[
p
a
r
a
m
s
]
g
i
v
e
t
h
e
L
L
M
s
e
r
v
i
c
e
r
e
s
p
o
n
s
e
f
o
r
p
r
o
m
p
t
a
p
p
l
i
e
d
t
o
p
a
r
a
m
e
t
e
r
s
p
a
r
a
m
s
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
6
)
Basic Examples
(
3
)
Create a function for getting cooking instructions:
I
n
[
1
]
:
=
L
L
M
F
u
n
c
t
i
o
n
[
"
D
e
s
c
r
i
b
e
h
o
w
t
o
c
o
o
k
`
1
`
"
]
O
u
t
[
1
]
=
L
L
M
F
u
n
c
t
i
o
n
t
e
m
p
l
a
t
e
:
D
e
s
c
r
i
b
e
h
o
w
t
o
c
o
o
k
1
i
n
t
e
r
p
r
e
t
e
r
:
S
t
r
i
n
g
Create a helper tool:
I
n
[
1
]
:
=
f
i
n
d
b
y
p
r
o
p
e
r
t
y
=
L
L
M
F
u
n
c
t
i
o
n
[
"
W
h
a
t
i
s
s
o
m
e
t
h
i
n
g
t
h
a
t
i
s
`
1
`
a
n
d
`
2
`
"
]
O
u
t
[
1
]
=
L
L
M
F
u
n
c
t
i
o
n
t
e
m
p
l
a
t
e
:
W
h
a
t
i
s
s
o
m
e
t
h
i
n
g
t
h
a
t
i
s
1
a
n
d
2
i
n
t
e
r
p
r
e
t
e
r
:
S
t
r
i
n
g
Use the function:
I
n
[
2
]
:
=
f
i
n
d
b
y
p
r
o
p
e
r
t
y
[
"
B
l
u
e
"
,
"
R
o
u
n
d
"
]
O
u
t
[
2
]
=
A
b
l
u
e
b
e
r
r
y
.
Create a function that returns a city as an
E
n
t
i
t
y
:
I
n
[
1
]
:
=
c
i
t
y
f
i
n
d
e
r
=
L
L
M
F
u
n
c
t
i
o
n
[
"
F
i
n
d
a
c
i
t
y
b
e
t
w
e
e
n
`
1
`
a
n
d
`
2
`
"
,
"
C
i
t
y
"
]
O
u
t
[
1
]
=
L
L
M
F
u
n
c
t
i
o
n
t
e
m
p
l
a
t
e
:
F
i
n
d
a
c
i
t
y
b
e
t
w
e
e
n
1
a
n
d
2
i
n
t
e
r
p
r
e
t
e
r
:
C
i
t
y
Use the function:
I
n
[
2
]
:
=
c
i
t
y
f
i
n
d
e
r
[
"
S
t
.
L
o
u
i
s
"
,
"
C
h
i
c
a
g
o
"
]
O
u
t
[
2
]
=
S
p
r
i
n
g
f
i
e
l
d
S
c
o
p
e
(
2
)
P
r
o
p
e
r
t
i
e
s
&
R
e
l
a
t
i
o
n
s
(
1
)
S
e
e
A
l
s
o
L
L
M
E
x
a
m
p
l
e
F
u
n
c
t
i
o
n
▪
L
L
M
S
y
n
t
h
e
s
i
z
e
▪
L
L
M
P
r
o
m
p
t
▪
L
L
M
T
o
o
l
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
L
L
M
-
R
e
l
a
t
e
d
F
u
n
c
t
i
o
n
a
l
i
t
y
"
"