File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
libs/genai/tests/integration_tests Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -593,23 +593,6 @@ def test_chat_google_genai_invoke_no_image_generation_without_modalities() -> No
593593 ),
594594 ],
595595 ),
596- (
597- "url_multimodal_message" ,
598- [
599- HumanMessage (
600- content = [
601- {
602- "type" : "text" ,
603- "text" : "Guess what's in this picture! You have 3 guesses." ,
604- },
605- {
606- "type" : "image_url" ,
607- "image_url" : "https://picsum.photos/seed/picsum/200/300" ,
608- },
609- ]
610- ),
611- ],
612- ),
613596 ],
614597)
615598@pytest .mark .parametrize ("use_streaming" , [False , True ])
@@ -653,11 +636,11 @@ def test_chat_google_genai_multimodal(
653636 content = [
654637 {
655638 "type" : "text" ,
656- "text" : "Guess what's in this picture! You have 3 guesses ." ,
639+ "text" : "Give a concise description of this image ." ,
657640 },
658641 {
659642 "type" : "image_url" ,
660- "image_url" : "https://picsum.photos/seed/picsum/200/300 " ,
643+ "image_url" : "https://raw.githubusercontent.com/langchain-ai/docs/4d11d08b6b0e210bd456943f7a22febbd168b543/src/images/agentic-rag-output.png " ,
661644 },
662645 ]
663646 ),
You can’t perform that action at this time.
0 commit comments