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
q
u
e
s
t
L
L
M
T
o
o
l
R
e
q
u
e
s
t
[
…
]
r
e
p
r
e
s
e
n
t
s
a
t
o
o
l
r
e
q
u
e
s
t
m
a
d
e
b
y
a
n
L
L
M
.
L
L
M
T
o
o
l
R
e
q
u
e
s
t
[
"
t
o
o
l
"
,
{
"
n
a
m
e
1
"
"
v
a
l
1
"
,
"
n
a
m
e
2
"
"
v
a
l
2
"
,
…
}
]
r
e
p
r
e
s
e
n
t
s
a
r
e
q
u
e
s
t
t
o
"
t
o
o
l
"
w
i
t
h
t
h
e
s
p
e
c
i
f
i
e
d
p
a
r
a
m
e
t
e
r
v
a
l
u
e
s
.
L
L
M
T
o
o
l
R
e
q
u
e
s
t
[
"
t
o
o
l
"
,
p
a
r
a
m
s
,
s
t
r
]
a
n
n
o
t
a
t
e
s
a
r
e
q
u
e
s
t
w
i
t
h
t
h
e
r
e
q
u
e
s
t
s
t
r
i
n
g
.
D
e
t
a
i
l
s
Examples
(
2
)
Basic Examples
(
2
)
Create a representation of a tool request:
I
n
[
1
]
:
=
r
e
q
=
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
q
u
e
s
t
n
a
m
e
:
c
i
t
y
P
o
p
u
l
a
t
i
o
n
F
i
n
d
e
r
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
}
Resolve the tool request to a call to a particular tool and generate a response:
I
n
[
2
]
:
=
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
[
]
,
r
e
q
O
u
t
[
2
]
=
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 requests it made:
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
q
u
e
s
t
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
t
h
e
t
h
i
r
d
-
l
a
r
g
e
s
t
c
i
t
y
i
n
t
h
e
U
n
i
t
e
d
S
t
a
t
e
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
a
c
c
o
r
d
i
n
g
t
o
t
h
e
l
a
t
e
s
t
c
e
n
s
u
s
d
a
t
a
.
,
T
o
o
l
R
e
q
u
e
s
t
s
{
8
8
6
,
9
5
2
}
L
L
M
T
o
o
l
R
e
q
u
e
s
t
n
a
m
e
:
c
i
t
y
P
o
p
u
l
a
t
i
o
n
F
i
n
d
e
r
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
}
"
"