While testing an agent, you notice that when a customer states, "I need a refund for my recent purchase," the agent immediately invokes process_refund — but supplies the required order_id parameter with a plausible-looking value that it made up, rather than first calling lookup_order to retrieve the actual order ID. As a result, the refund call fails because the invented order ID does not correspond to any real order.
Which change would directly address the root cause of the agent inventing the order_id value?
Community Discussion
No comments yet. Be the first to start the discussion!
Community Discussion