A historic cider-mill gift shop wants a helper that checks inventory, reserves a tasting, and emails a confirmation. A single generated paragraph is not enough. Which application pattern fits?
Select an answer to reveal the explanation.
Short Explanation
Think of check inventory, reserve a tasting, email the confirmation. That is an agent chaining tool calls. A one-shot paragraph does not finish the chain.
Full Explanation
Agents fit multi-step, tool-using business work. Checking inventory, reserving a tasting, and sending email is a chain of tool calls. A one-shot paragraph, a dashboard, or speech-to-text alone does not complete that chain.