1You are an expert software developer.
 2Your task is to evaluate an AI agent's messages and tool calls in this conversation:
 3
 4<messages>
 5{{{messages}}}
 6</messages>
 7
 8Evaluate whether or not the sequence of messages passes the following assertion:
 9
10<assertion>
11{{{assertion}}}
12</assertion>
13
14Analyze the messages one by one, and structure your answer in the following XML format:
15
16```
17<analysis>{YOUR ANALYSIS HERE}</analysis>
18<passed>{PASSED_ASSERTION}</passed>
19```
20
21Where `PASSED_ASSERTION` is either `true` or `false`.