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
]
C
h
a
t
E
v
a
l
u
a
t
e
C
h
a
t
E
v
a
l
u
a
t
e
[
c
h
a
t
,
t
e
x
t
]
a
p
p
e
n
d
s
t
e
x
t
a
n
d
i
t
s
f
o
l
l
o
w
-
u
p
t
o
t
h
e
C
h
a
t
O
b
j
e
c
t
c
h
a
t
.
C
h
a
t
E
v
a
l
u
a
t
e
[
t
e
x
t
]
r
e
p
r
e
s
e
n
t
s
a
n
o
p
e
r
a
t
o
r
f
o
r
m
o
f
C
h
a
t
E
v
a
l
u
a
t
e
t
h
a
t
c
a
n
b
e
a
p
p
l
i
e
d
t
o
a
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
(
1
0
)
Basic Examples
(
1
)
Create a new chat:
I
n
[
1
]
:
=
c
h
a
t
=
C
h
a
t
O
b
j
e
c
t
[
]
O
u
t
[
1
]
=
C
h
a
t
O
b
j
e
c
t
Add a message and a response to the conversation:
I
n
[
3
]
:
=
C
h
a
t
E
v
a
l
u
a
t
e
[
c
h
a
t
,
"
W
h
a
t
'
s
t
h
e
t
a
l
l
e
s
t
m
o
u
n
t
a
i
n
?
"
]
O
u
t
[
3
]
=
C
h
a
t
O
b
j
e
c
t
W
h
a
t
'
s
t
h
e
t
a
l
l
e
s
t
m
o
u
n
t
a
i
n
?
M
o
u
n
t
E
v
e
r
e
s
t
i
s
t
h
e
t
a
l
l
e
s
t
m
o
u
n
t
a
i
n
i
n
t
h
e
w
o
r
l
d
.
O
p
t
i
o
n
s
(
9
)
S
e
e
A
l
s
o
C
h
a
t
O
b
j
e
c
t
▪
L
L
M
S
y
n
t
h
e
s
i
z
e
▪
F
i
n
d
T
e
x
t
u
a
l
A
n
s
w
e
r
▪
T
e
x
t
C
o
n
t
e
n
t
s
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
L
L
M
F
u
n
c
t
i
o
n
a
l
i
t
y
"
"