@@ -22,6 +22,7 @@ exports[`defaultIntentRequestHandler > ChatResult metadata after multiple turns
2222 " toolCallRounds" : [
2323 ToolCallRound {
2424 " id" : " static-id" ,
25+ " phase" : undefined ,
2526 " response" : " response number 0" ,
2627 " statefulMarker" : undefined ,
2728 " summary" : undefined ,
@@ -38,6 +39,7 @@ exports[`defaultIntentRequestHandler > ChatResult metadata after multiple turns
3839 },
3940 ToolCallRound {
4041 " id" : " static-id" ,
42+ " phase" : undefined ,
4143 " response" : " response number 1" ,
4244 " statefulMarker" : undefined ,
4345 " summary" : undefined ,
@@ -54,6 +56,7 @@ exports[`defaultIntentRequestHandler > ChatResult metadata after multiple turns
5456 },
5557 ToolCallRound {
5658 " id" : " static-id" ,
59+ " phase" : undefined ,
5760 " response" : " response number 2" ,
5861 " statefulMarker" : undefined ,
5962 " summary" : undefined ,
@@ -88,6 +91,7 @@ exports[`defaultIntentRequestHandler > ChatResult metadata after multiple turns
8891 " toolCallRounds" : [
8992 ToolCallRound {
9093 " id" : " static-id" ,
94+ " phase" : undefined ,
9195 " response" : " response number 3" ,
9296 " statefulMarker" : undefined ,
9397 " summary" : undefined ,
@@ -104,6 +108,7 @@ exports[`defaultIntentRequestHandler > ChatResult metadata after multiple turns
104108 },
105109 ToolCallRound {
106110 " id" : " static-id" ,
111+ " phase" : undefined ,
107112 " response" : " response number 4" ,
108113 " statefulMarker" : undefined ,
109114 " summary" : undefined ,
@@ -120,6 +125,7 @@ exports[`defaultIntentRequestHandler > ChatResult metadata after multiple turns
120125 },
121126 ToolCallRound {
122127 " id" : " static-id" ,
128+ " phase" : undefined ,
123129 " response" : " response number 5" ,
124130 " statefulMarker" : undefined ,
125131 " summary" : undefined ,
@@ -197,6 +203,7 @@ exports[`defaultIntentRequestHandler > confirms on max tool call iterations, and
197203 " toolCallRounds" : [
198204 ToolCallRound {
199205 " id" : " static-id" ,
206+ " phase" : undefined ,
200207 " response" : " response number 0" ,
201208 " statefulMarker" : undefined ,
202209 " summary" : undefined ,
@@ -213,6 +220,7 @@ exports[`defaultIntentRequestHandler > confirms on max tool call iterations, and
213220 },
214221 ToolCallRound {
215222 " id" : " static-id" ,
223+ " phase" : undefined ,
216224 " response" : " response number 1" ,
217225 " statefulMarker" : undefined ,
218226 " summary" : undefined ,
@@ -229,6 +237,7 @@ exports[`defaultIntentRequestHandler > confirms on max tool call iterations, and
229237 },
230238 ToolCallRound {
231239 " id" : " static-id" ,
240+ " phase" : undefined ,
232241 " response" : " response number 2" ,
233242 " statefulMarker" : undefined ,
234243 " summary" : undefined ,
@@ -245,6 +254,7 @@ exports[`defaultIntentRequestHandler > confirms on max tool call iterations, and
245254 },
246255 ToolCallRound {
247256 " id" : " static-id" ,
257+ " phase" : undefined ,
248258 " response" : " response number 3" ,
249259 " statefulMarker" : undefined ,
250260 " summary" : undefined ,
@@ -302,6 +312,7 @@ exports[`defaultIntentRequestHandler > confirms on max tool call iterations, and
302312 " toolCallRounds" : [
303313 ToolCallRound {
304314 " id" : " static-id" ,
315+ " phase" : undefined ,
305316 " response" : " response number 4" ,
306317 " statefulMarker" : undefined ,
307318 " summary" : undefined ,
@@ -318,6 +329,7 @@ exports[`defaultIntentRequestHandler > confirms on max tool call iterations, and
318329 },
319330 ToolCallRound {
320331 " id" : " static-id" ,
332+ " phase" : undefined ,
321333 " response" : " response number 5" ,
322334 " statefulMarker" : undefined ,
323335 " summary" : undefined ,
@@ -334,6 +346,7 @@ exports[`defaultIntentRequestHandler > confirms on max tool call iterations, and
334346 },
335347 ToolCallRound {
336348 " id" : " static-id" ,
349+ " phase" : undefined ,
337350 " response" : " response number 6" ,
338351 " statefulMarker" : undefined ,
339352 " summary" : undefined ,
@@ -350,6 +363,7 @@ exports[`defaultIntentRequestHandler > confirms on max tool call iterations, and
350363 },
351364 ToolCallRound {
352365 " id" : " static-id" ,
366+ " phase" : undefined ,
353367 " response" : " response number 7" ,
354368 " statefulMarker" : undefined ,
355369 " summary" : undefined ,
@@ -2464,6 +2478,7 @@ exports[`defaultIntentRequestHandler > makes a successful request with a single
24642478 " toolCallRounds" : [
24652479 ToolCallRound {
24662480 " id" : " static-id" ,
2481+ " phase" : undefined ,
24672482 " response" : " some response here :)" ,
24682483 " statefulMarker" : undefined ,
24692484 " summary" : undefined ,
@@ -2789,6 +2804,7 @@ exports[`defaultIntentRequestHandler > makes a tool call turn 1`] = `
27892804 " toolCallRounds" : [
27902805 ToolCallRound {
27912806 " id" : " static-id" ,
2807+ " phase" : undefined ,
27922808 " response" : " some response here :)" ,
27932809 " statefulMarker" : undefined ,
27942810 " summary" : undefined ,
@@ -2805,6 +2821,7 @@ exports[`defaultIntentRequestHandler > makes a tool call turn 1`] = `
28052821 },
28062822 ToolCallRound {
28072823 " id" : " static-id" ,
2824+ " phase" : undefined ,
28082825 " response" : " response to tool call" ,
28092826 " statefulMarker" : undefined ,
28102827 " summary" : undefined ,
0 commit comments