@@ -14,7 +14,7 @@ describe('resource evaluations', () => {
1414 appendedMessages : [
1515 {
1616 content : 'string' ,
17- role : 'user ' ,
17+ role : 'assistant ' ,
1818 toolCallId : 'string' ,
1919 toolCalls : [
2020 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -24,7 +24,7 @@ describe('resource evaluations', () => {
2424 } ,
2525 {
2626 content : 'string' ,
27- role : 'user ' ,
27+ role : 'assistant ' ,
2828 toolCallId : 'string' ,
2929 toolCalls : [
3030 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -34,7 +34,7 @@ describe('resource evaluations', () => {
3434 } ,
3535 {
3636 content : 'string' ,
37- role : 'user ' ,
37+ role : 'assistant ' ,
3838 toolCallId : 'string' ,
3939 toolCalls : [
4040 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -60,7 +60,7 @@ describe('resource evaluations', () => {
6060 appendedMessages : [
6161 {
6262 content : 'string' ,
63- role : 'user ' ,
63+ role : 'assistant ' ,
6464 toolCallId : 'string' ,
6565 toolCalls : [
6666 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -70,7 +70,7 @@ describe('resource evaluations', () => {
7070 } ,
7171 {
7272 content : 'string' ,
73- role : 'user ' ,
73+ role : 'assistant ' ,
7474 toolCallId : 'string' ,
7575 toolCalls : [
7676 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -80,7 +80,7 @@ describe('resource evaluations', () => {
8080 } ,
8181 {
8282 content : 'string' ,
83- role : 'user ' ,
83+ role : 'assistant ' ,
8484 toolCallId : 'string' ,
8585 toolCalls : [
8686 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -99,7 +99,7 @@ describe('resource evaluations', () => {
9999 appendedMessages : [
100100 {
101101 content : 'string' ,
102- role : 'user ' ,
102+ role : 'assistant ' ,
103103 toolCallId : 'string' ,
104104 toolCalls : [
105105 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -109,7 +109,7 @@ describe('resource evaluations', () => {
109109 } ,
110110 {
111111 content : 'string' ,
112- role : 'user ' ,
112+ role : 'assistant ' ,
113113 toolCallId : 'string' ,
114114 toolCalls : [
115115 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -119,7 +119,7 @@ describe('resource evaluations', () => {
119119 } ,
120120 {
121121 content : 'string' ,
122- role : 'user ' ,
122+ role : 'assistant ' ,
123123 toolCallId : 'string' ,
124124 toolCalls : [
125125 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -145,7 +145,7 @@ describe('resource evaluations', () => {
145145 appendedMessages : [
146146 {
147147 content : 'string' ,
148- role : 'user ' ,
148+ role : 'assistant ' ,
149149 toolCallId : 'string' ,
150150 toolCalls : [
151151 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -155,7 +155,7 @@ describe('resource evaluations', () => {
155155 } ,
156156 {
157157 content : 'string' ,
158- role : 'user ' ,
158+ role : 'assistant ' ,
159159 toolCallId : 'string' ,
160160 toolCalls : [
161161 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -165,7 +165,7 @@ describe('resource evaluations', () => {
165165 } ,
166166 {
167167 content : 'string' ,
168- role : 'user ' ,
168+ role : 'assistant ' ,
169169 toolCallId : 'string' ,
170170 toolCalls : [
171171 { toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
0 commit comments