File tree Expand file tree Collapse file tree
integration-tests/src/jvmTest
java/ai/koog/integration/tests/agent
kotlin/ai/koog/integration/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828import ai .koog .prompt .message .ContentPart ;
2929import ai .koog .prompt .message .Message ;
3030import ai .koog .serialization .kotlinx .KotlinxSerializer ;
31- import org .junit .jupiter .api .Disabled ;
3231import org .junit .jupiter .api .Test ;
3332import org .junit .jupiter .api .io .TempDir ;
3433import org .junit .jupiter .params .ParameterizedTest ;
@@ -427,7 +426,7 @@ public void integration_AgentSupportsVisionURLImage(LLModel model) {
427426 new ContentPart .Text ("Please identify the image format." ),
428427 new ContentPart .Image (
429428 new AttachmentContent .URL (
430- "https://raw.githubusercontent.com/ JetBrains/koog/ develop/integration-tests/src/jvmTest/resources/media/test.png"
429+ "https://cdn.jsdelivr.net/gh/ JetBrains/koog@ develop/integration-tests/src/jvmTest/resources/media/test.png"
431430 ),
432431 "png" ,
433432 "image/png" ,
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ class AIAgentMultipleLLMIntegrationTest : AIAgentTestBase() {
308308 br()
309309 + " Please analyze this image and identify the image format if possible."
310310 }
311- image(" https://raw.githubusercontent.com/ JetBrains/koog/ develop/integration-tests/src/jvmTest/resources/media/test.png" )
311+ image(" https://cdn.jsdelivr.net/gh/ JetBrains/koog@ develop/integration-tests/src/jvmTest/resources/media/test.png" )
312312 }
313313 }
314314
Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ abstract class ExecutorIntegrationTestBase {
666666 )
667667
668668 val imageUrl =
669- " https://raw.githubusercontent.com/ JetBrains/koog/ develop/integration-tests/src/jvmTest/resources/media/test.png"
669+ " https://cdn.jsdelivr.net/gh/ JetBrains/koog@ develop/integration-tests/src/jvmTest/resources/media/test.png"
670670
671671 val prompt = prompt(" url-based-attachments-test" ) {
672672 system(" You are a helpful assistant that can analyze images." )
You can’t perform that action at this time.
0 commit comments