Learn Before
LLM Tool Invocation for Unit Conversion
An LLM is assisting a user in determining the amount of soil needed for a new garden bed. The LLM has already calculated the volume of the bed to be 2.5 cubic meters. To complete the user's request, the LLM's next step is to convert this volume to liters using an external calculator tool. The model knows that 1 cubic meter is equal to 1000 liters. What is the precise, complete string the LLM should generate to perform this calculation?
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
An LLM is tasked with determining the capacity of a water tank. After an initial step, it has calculated the tank's volume to be 50 cubic meters. For its next step, it needs to convert this volume to liters by calling an external calculator, knowing that 1 cubic meter equals 1000 liters. Which of the following strings correctly formats this specific calculation for the tool?
An AI assistant has calculated a container's volume to be 12.5 cubic meters. To perform the next step of converting this volume to liters (knowing 1 cubic meter = 1000 liters) using an external computational tool, the assistant must generate a specific command string. Complete the expression part of the command string below:
12.5 × 1000 = {tool: calculator, expression: ____}LLM Tool Invocation for Unit Conversion