Learn Before
Analyzing the Agent's Role in Context Generation
From the perspective of an 'agent' responsible for generating context, analyze the key differences in its decision-making process when choosing between calling an external computational tool (e.g., a calculator) and querying a document retrieval system. Your analysis should address how the agent determines which resource to use and how it integrates the output from each distinct source into the final context for the language model.
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
Agentic Decision-Making for Complex Queries
Analyzing the Agent's Role in Context Generation
A user asks a language model system, 'What is the current stock price of Company X multiplied by the number of employees they had in 2022?' To answer, the system first calls a stock price API for the current price, then queries an internal database for the 2022 employee count, and finally performs the multiplication. From the agentic perspective, what is the primary role demonstrated by the system in this process?