Learn Before
A user asks a language model, which has access to an external financial data tool, the following question: 'What is the current price of gold and what was the price one year ago?' Arrange the following actions in the logical order they would occur for the model to generate a complete answer.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A user asks a language model, which has access to an external financial data tool, the following question: 'What is the current price of gold and what was the price one year ago?' Arrange the following actions in the logical order they would occur for the model to generate a complete answer.
Synthesizing Tool Output into a Final Response
A language model, fine-tuned to use an external weather tool, is asked: "What's the weather like in Paris today and what should I wear?". The model first generates a command to call the weather tool, which returns the following data:
{'temperature': '15°C', 'condition': 'Cloudy'}. What is the most crucial next step in the model's process to generate a complete and helpful final answer?