Open main menu
Article
Quizzes
Tools
EN
Article
Quizzes
Tools
All quizzes
/
Understanding AI Agents
/
Which of t...
Which of the following best describes how a tool result is fed back to an agent after a tool call?
The tool result is appended to the conversation context as a new message, so the model sees it alongside the prior reasoning on its next inference
The tool result updates the model's weights so future calls automatically incorporate the new information
Tool results are stored in a hidden cache that the model reads before each token generation step
The orchestrator intercepts the tool result and only passes a summary to the agent to reduce token usage
Submit answers