File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -3372,25 +3372,10 @@ def get_files():
33723372 content = [
33733373 'This is file img_001:' ,
33743374 ImageUrl (url = 'https://example.com/image.jpg' , identifier = 'img_001' ),
3375- ],
3376- timestamp = IsNow (tz = timezone .utc ),
3377- ),
3378- UserPromptPart (
3379- content = [
33803375 'This is file vid_002:' ,
33813376 VideoUrl (url = 'https://example.com/video.mp4' , identifier = 'vid_002' ),
3382- ],
3383- timestamp = IsNow (tz = timezone .utc ),
3384- ),
3385- UserPromptPart (
3386- content = [
33873377 'This is file aud_003:' ,
33883378 AudioUrl (url = 'https://example.com/audio.mp3' , identifier = 'aud_003' ),
3389- ],
3390- timestamp = IsNow (tz = timezone .utc ),
3391- ),
3392- UserPromptPart (
3393- content = [
33943379 'This is file doc_004:' ,
33953380 DocumentUrl (url = 'https://example.com/document.pdf' , identifier = 'doc_004' ),
33963381 ],
You can’t perform that action at this time.
0 commit comments