represents a response to an LLM tool request.


LLMToolResponse
represents a response to an LLM tool request.
Details

- LLMToolResponse is typically used to represent the answer to an LLM request for information or an external computation.
- Properties of an LLMToolResponse can be accessed with LLMToolResponse[…][prop].
- The following properties are supported:
-
"Request" request as an LLMToolRequest "Tool" tool as an LLMTool "InterpretedParameterValues" interpreted parameter values "Output" tool output "ResponseString" response string - LLMToolResponse objects can be generated with GenerateLLMToolResponse.
Examples
Basic Examples (2)
Generate an LLMToolResponse from a tool providing a related request:
Call an LLM with access to a tool and return the responses to its tool requests:
Related Guides
History
Text
Wolfram Research (2023), LLMToolResponse, Wolfram Language function, https://reference.wolfram.com/language/ref/LLMToolResponse.html.
CMS
Wolfram Language. 2023. "LLMToolResponse." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/LLMToolResponse.html.
APA
Wolfram Language. (2023). LLMToolResponse. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LLMToolResponse.html
BibTeX
@misc{reference.wolfram_2025_llmtoolresponse, author="Wolfram Research", title="{LLMToolResponse}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/LLMToolResponse.html}", note=[Accessed: 15-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_llmtoolresponse, organization={Wolfram Research}, title={LLMToolResponse}, year={2023}, url={https://reference.wolfram.com/language/ref/LLMToolResponse.html}, note=[Accessed: 15-August-2025]}