@@ -127,8 +127,9 @@ describe('ChatStore - Core Functionality', () => {
127127 source : 'project_output' ,
128128 } ,
129129 {
130- path : '/tmp/logs/agent.log' ,
130+ path : '/tmp/logs/ba4462e1/ agent.log' ,
131131 name : 'agent.log' ,
132+ relativePath : 'ba4462e1' ,
132133 source : 'camel_log' ,
133134 } ,
134135 {
@@ -168,25 +169,25 @@ describe('ChatStore - Core Functionality', () => {
168169 {
169170 path : '/tmp/project/report.md' ,
170171 name : 'report.md' ,
171- uploadName : 'report.md' ,
172+ uploadName : 'project_output/ report.md' ,
172173 source : 'project_output' ,
173174 } ,
174175 {
175- path : '/tmp/logs/agent.log' ,
176+ path : '/tmp/logs/ba4462e1/ agent.log' ,
176177 name : 'agent.log' ,
177- uploadName : 'camel_log_task-123__agent .log' ,
178+ uploadName : 'camel_log/ba4462e1/agent .log' ,
178179 source : 'camel_log' ,
179180 } ,
180181 {
181182 path : '/Users/test/Documents/brief.pdf' ,
182183 name : 'brief.pdf' ,
183- uploadName : 'user_attachment_1__brief .pdf' ,
184+ uploadName : 'user_attachment/brief .pdf' ,
184185 source : 'user_attachment' ,
185186 } ,
186187 {
187188 path : '/Users/test/Documents/followup.csv' ,
188189 name : 'followup.csv' ,
189- uploadName : 'user_attachment_2__followup .csv' ,
190+ uploadName : 'user_attachment/followup .csv' ,
190191 source : 'user_attachment' ,
191192 } ,
192193 ] ) ;
@@ -220,7 +221,7 @@ describe('ChatStore - Core Functionality', () => {
220221 {
221222 path : 'C:\\Users\\test\\Desktop\\notes.txt' ,
222223 name : 'notes.txt' ,
223- uploadName : 'user_attachment_1__notes .txt' ,
224+ uploadName : 'user_attachment/notes .txt' ,
224225 source : 'user_attachment' ,
225226 } ,
226227 ] ) ;
0 commit comments