Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • 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
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

LLMFunctions

Guides

  • LLMFunctions

Symbols

  • ChatEvaluate
  • ChatObject
  • GenerateLLMToolResponse
  • ImageSynthesize
  • LLMConfiguration
  • LLMEvaluator
  • LLMExampleFunction
  • LLMFunction
  • LLMPrompt
  • LLMResourceFunction
  • LLMSynthesize
  • LLMTool
  • LLMToolRequest
  • LLMToolResponse
  • $LLMEvaluator
[
EXPERIMENTAL
]
ChatEvaluate
​
ChatEvaluate[chat,text]
appends
text
and its follow-up to the
ChatObject
chat
.
​
​
ChatEvaluate[text]
represents an operator form of
ChatEvaluate
that can be applied to a
ChatObject
.
​
Details

Examples  
(10)
Basic Examples  
(1)
Create a new chat:
In[1]:=
chat=
ChatObject
[]
Out[1]=
ChatObject

Add a message and a response to the conversation:
In[3]:=
ChatEvaluate
[chat,"What's the tallest mountain?"]
Out[3]=
ChatObject
What's the tallest mountain?
Mount Everest is the tallest mountain in the world.

Options  
(9)

SeeAlso
ChatObject
 
▪
LLMSynthesize
 
▪
FindTextualAnswer
 
▪
TextContents
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com