Recap & Practice

Check your understanding
1/1

A tool function returns nothing (its return value is None). What happens if the agent reads its result?

Exercise · Graded

Write a function `describe_tool(name, result)` that returns the string `f'{name} returned {result}'`.