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