A Common-Sense Guide to AI Engineering: Typo (page 158)

The prompt in the chapter Triggering a Function contains an extra `}` character at this point:

For example, if a user asks you to multiply 50 by 2, your output should
be: <<multiply(50, 2)}>>

This is repeated in the next paragraph:

If the bot needs to multiply, say, 50 and 2, it should output <<multiply(50, 2)}>>.