Skip to content

Commit 232c085

Browse files
committed
fix update identifier test cases following UserPromptPart refactor
1 parent 5e9b713 commit 232c085

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/test_agent.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)