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
]
LLMToolResponse
​
LLMToolResponse[…]
represents a response to an LLM tool request.
​
Details

Examples  
(2)
Basic Examples  
(2)
Generate an
LLMToolResponse
from a request:
In[1]:=
GenerateLLMToolResponse

LLMTool[
]
,
LLMToolRequest
["cityPopulationFinder",{"city""Chicago"}]
Out[1]=
LLMToolResponse
tool: LLMTool
name: cityPopulationFinder
description:

parameter values: city
Chicago

output:
2746388
people

​
Call an LLM with access to a tool and return the responses to its tool requests:
In[1]:=
LLMSynthesize
"Use the tool to write a few sentences about Chicago.",{"CompletionText","ToolResponses"},
LLMEvaluator
"Tools"
LLMTool[
]

Out[1]=
CompletionTextChicago is a bustling metropolis with a population of 2,746,388 people. The city is famous for its architecture, food, culture, and sports teams. Whether you're exploring Grant Park, admiring the Willis Tower, or grabbing a deep-dish pizza, there's always something to do in Chicago.,ToolResponses{953,988}LLMToolResponse
tool: LLMTool
name: cityPopulationFinder
description:

parameter values: city
Chicago

output:
2746388
people

SeeAlso
LLMTool
 
▪
LLMToolRequest
 
▪
GenerateLLMToolResponse
""

© 2025 Wolfram. All rights reserved.

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