fix: properly pass BedrockLLMClient timeout setting to `BedrockRunt…
#890
Annotations
8 errors
|
Publish Test Report:
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L187
org.opentest4j.AssertionFailedError: expected:<calculator> but was:<nothing>
|
|
Publish Test Report:
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L102
org.opentest4j.AssertionFailedError: <empty string> should include substring "paris"
expected:<paris> but was:<<empty string>>
|
|
Publish Test Report:
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L273
java.lang.IllegalArgumentException: List has more than one element.
|
|
Publish Test Report:
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L309
java.util.NoSuchElementException: Collection contains no element matching the predicate.
|
|
Publish Test Report:
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L230
java.lang.IllegalArgumentException: List has more than one element.
|
|
Publish Test Report:
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L209
org.opentest4j.AssertionFailedError: "Error from client: OpenAILLMClient
Error from client: OpenAILLMClient
Status code: 4***
Error body:
{
"error": {
"message": "Invalid content type. image_url is only supported by certain models.",
"type": "invalid_request_error",
"param": "messages.[1].content.[1].type",
"code": null
}
}
" should include substring "image exceeds"
Match[***]: part of slice with indexes [***..4] matched actual[152..156]
Line[***] ="Error from client: OpenAILLMClient"
Line[1] ="Error from client: OpenAILLMClient"
Line[2] ="Status code: 4***"
Line[3] ="Error body:"
Line[4] ="{"
Line[5] =" "error": {"
Line[6] =" "message": "Invalid content type. image_url is only supported by certain models.","
Match[***]= --------------------------------------+++++-------------------------------------------
Line[7] =" "type": "invalid_request_error","
Line[8] =" "param": "messages.[1].content.[1].type","
Line[9] =" "code": null"
Line[1***] =" }"
Line[11] ="}"
expected:<image exceeds> but was:<Error from client: OpenAILLMClient
Error from client: OpenAILLMClient
Status code: 4***
Error body:
{
"error": {
"message": "Invalid content type. image_url is only supported by certain models.",
"type": "invalid_request_error",
"param": "messages.[1].content.[1].type",
"code": null
}
}
>
|
|
Publish Test Report:
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L209
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient
Error from client: OpenAILLMClient
Status code: 4***
Error body:
{
"error": {
"message": "Invalid content type. image_url is only supported by certain models.",
"type": "invalid_request_error",
"param": "messages.[1].content.[1].type",
"code": null
}
}
|
|
JvmIntegrationTest with Gradle Wrapper
Process completed with exit code 1.
|
Loading