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
T
o
o
l
R
e
s
p
o
n
s
e
L
L
M
T
o
o
l
R
e
s
p
o
n
s
e
[
…
]
r
e
p
r
e
s
e
n
t
s
a
r
e
s
p
o
n
s
e
t
o
a
n
L
L
M
t
o
o
l
r
e
q
u
e
s
t
.
D
e
t
a
i
l
s
Examples
(
2
)
Basic Examples
(
2
)
Generate an
L
L
M
T
o
o
l
R
e
s
p
o
n
s
e
from a request:
I
n
[
1
]
:
=
G
e
n
e
r
a
t
e
L
L
M
T
o
o
l
R
e
s
p
o
n
s
e
L
L
M
T
o
o
l
[
]
,
L
L
M
T
o
o
l
R
e
q
u
e
s
t
[
"
c
i
t
y
P
o
p
u
l
a
t
i
o
n
F
i
n
d
e
r
"
,
{
"
c
i
t
y
"
"
C
h
i
c
a
g
o
"
}
]
O
u
t
[
1
]
=
L
L
M
T
o
o
l
R
e
s
p
o
n
s
e
t
o
o
l
:
L
L
M
T
o
o
l
n
a
m
e
:
c
i
t
y
P
o
p
u
l
a
t
i
o
n
F
i
n
d
e
r
d
e
s
c
r
i
p
t
i
o
n
:
p
a
r
a
m
e
t
e
r
v
a
l
u
e
s
:
c
i
t
y
C
h
i
c
a
g
o
o
u
t
p
u
t
:
2
7
4
6
3
8
8
p
e
o
p
l
e
Call an LLM with access to a tool and return the responses to its tool requests:
I
n
[
1
]
:
=
L
L
M
S
y
n
t
h
e
s
i
z
e
"
U
s
e
t
h
e
t
o
o
l
t
o
w
r
i
t
e
a
f
e
w
s
e
n
t
e
n
c
e
s
a
b
o
u
t
C
h
i
c
a
g
o
.
"
,
{
"
C
o
m
p
l
e
t
i
o
n
T
e
x
t
"
,
"
T
o
o
l
R
e
s
p
o
n
s
e
s
"
}
,
L
L
M
E
v
a
l
u
a
t
o
r
"
T
o
o
l
s
"
L
L
M
T
o
o
l
[
]
O
u
t
[
1
]
=
C
o
m
p
l
e
t
i
o
n
T
e
x
t
C
h
i
c
a
g
o
i
s
a
b
u
s
t
l
i
n
g
m
e
t
r
o
p
o
l
i
s
w
i
t
h
a
p
o
p
u
l
a
t
i
o
n
o
f
2
,
7
4
6
,
3
8
8
p
e
o
p
l
e
.
T
h
e
c
i
t
y
i
s
f
a
m
o
u
s
f
o
r
i
t
s
a
r
c
h
i
t
e
c
t
u
r
e
,
f
o
o
d
,
c
u
l
t
u
r
e
,
a
n
d
s
p
o
r
t
s
t
e
a
m
s
.
W
h
e
t
h
e
r
y
o
u
'
r
e
e
x
p
l
o
r
i
n
g
G
r
a
n
t
P
a
r
k
,
a
d
m
i
r
i
n
g
t
h
e
W
i
l
l
i
s
T
o
w
e
r
,
o
r
g
r
a
b
b
i
n
g
a
d
e
e
p
-
d
i
s
h
p
i
z
z
a
,
t
h
e
r
e
'
s
a
l
w
a
y
s
s
o
m
e
t
h
i
n
g
t
o
d
o
i
n
C
h
i
c
a
g
o
.
,
T
o
o
l
R
e
s
p
o
n
s
e
s
{
9
5
3
,
9
8
8
}
L
L
M
T
o
o
l
R
e
s
p
o
n
s
e
t
o
o
l
:
L
L
M
T
o
o
l
n
a
m
e
:
c
i
t
y
P
o
p
u
l
a
t
i
o
n
F
i
n
d
e
r
d
e
s
c
r
i
p
t
i
o
n
:
p
a
r
a
m
e
t
e
r
v
a
l
u
e
s
:
c
i
t
y
C
h
i
c
a
g
o
o
u
t
p
u
t
:
2
7
4
6
3
8
8
p
e
o
p
l
e
"
"