Learn Before
Evaluating LLM Tool Use Efficiency
Analyze the sequence of tool calls generated by the model in the following scenario. Identify the primary inefficiency in the model's first step and explain why the third and fourth steps represent a more direct and correct use of the available tools for the user's full request.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Evaluation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Executing Tool Calls and Integrating Results in LLMs
A user asks a large language model, 'What is the current stock price of ExampleCorp (ticker: EXM)?'. The model has access to a tool designed to fetch stock prices which requires a company's ticker symbol. Which of the following represents the most appropriate and correctly structured command the model would generate to use this tool?
Evaluating LLM Tool Use Efficiency
Constructing a Tool Call for a Calendar API