@@ -14,7 +14,7 @@ describe('resource evaluations', () => {
14
14
appendedMessages : [
15
15
{
16
16
content : 'string' ,
17
- role : 'user ' ,
17
+ role : 'assistant ' ,
18
18
toolCallId : 'string' ,
19
19
toolCalls : [
20
20
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -24,7 +24,7 @@ describe('resource evaluations', () => {
24
24
} ,
25
25
{
26
26
content : 'string' ,
27
- role : 'user ' ,
27
+ role : 'assistant ' ,
28
28
toolCallId : 'string' ,
29
29
toolCalls : [
30
30
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -34,7 +34,7 @@ describe('resource evaluations', () => {
34
34
} ,
35
35
{
36
36
content : 'string' ,
37
- role : 'user ' ,
37
+ role : 'assistant ' ,
38
38
toolCallId : 'string' ,
39
39
toolCalls : [
40
40
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -60,7 +60,7 @@ describe('resource evaluations', () => {
60
60
appendedMessages : [
61
61
{
62
62
content : 'string' ,
63
- role : 'user ' ,
63
+ role : 'assistant ' ,
64
64
toolCallId : 'string' ,
65
65
toolCalls : [
66
66
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -70,7 +70,7 @@ describe('resource evaluations', () => {
70
70
} ,
71
71
{
72
72
content : 'string' ,
73
- role : 'user ' ,
73
+ role : 'assistant ' ,
74
74
toolCallId : 'string' ,
75
75
toolCalls : [
76
76
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -80,7 +80,7 @@ describe('resource evaluations', () => {
80
80
} ,
81
81
{
82
82
content : 'string' ,
83
- role : 'user ' ,
83
+ role : 'assistant ' ,
84
84
toolCallId : 'string' ,
85
85
toolCalls : [
86
86
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -99,7 +99,7 @@ describe('resource evaluations', () => {
99
99
appendedMessages : [
100
100
{
101
101
content : 'string' ,
102
- role : 'user ' ,
102
+ role : 'assistant ' ,
103
103
toolCallId : 'string' ,
104
104
toolCalls : [
105
105
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -109,7 +109,7 @@ describe('resource evaluations', () => {
109
109
} ,
110
110
{
111
111
content : 'string' ,
112
- role : 'user ' ,
112
+ role : 'assistant ' ,
113
113
toolCallId : 'string' ,
114
114
toolCalls : [
115
115
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -119,7 +119,7 @@ describe('resource evaluations', () => {
119
119
} ,
120
120
{
121
121
content : 'string' ,
122
- role : 'user ' ,
122
+ role : 'assistant ' ,
123
123
toolCallId : 'string' ,
124
124
toolCalls : [
125
125
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -145,7 +145,7 @@ describe('resource evaluations', () => {
145
145
appendedMessages : [
146
146
{
147
147
content : 'string' ,
148
- role : 'user ' ,
148
+ role : 'assistant ' ,
149
149
toolCallId : 'string' ,
150
150
toolCalls : [
151
151
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -155,7 +155,7 @@ describe('resource evaluations', () => {
155
155
} ,
156
156
{
157
157
content : 'string' ,
158
- role : 'user ' ,
158
+ role : 'assistant ' ,
159
159
toolCallId : 'string' ,
160
160
toolCalls : [
161
161
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
@@ -165,7 +165,7 @@ describe('resource evaluations', () => {
165
165
} ,
166
166
{
167
167
content : 'string' ,
168
- role : 'user ' ,
168
+ role : 'assistant ' ,
169
169
toolCallId : 'string' ,
170
170
toolCalls : [
171
171
{ toolCallId : 'string' , type : 'function' , function : { arguments : 'string' , name : 'string' } } ,
0 commit comments