From 31dea641016aabd94503e730f0c57e6f169b25c6 Mon Sep 17 00:00:00 2001 From: Malvik Vaghadia Date: Sun, 30 Nov 2025 15:16:30 +0000 Subject: [PATCH] Fix: correct time calculation example in smolagents CodeAgent documentation --- units/en/unit2/smolagents/code_agents.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/units/en/unit2/smolagents/code_agents.mdx b/units/en/unit2/smolagents/code_agents.mdx index fbb1bd2ec..960438686 100644 --- a/units/en/unit2/smolagents/code_agents.mdx +++ b/units/en/unit2/smolagents/code_agents.mdx @@ -180,6 +180,7 @@ agent.run( 4. Prepare the music and playlist - 45 minutes If we start right now, at what time will the party be ready? + Please calculate the actual clock time, not just the duration. """ ) ```