Fix code agent examples after tool API refactoring (#1279) #895
Annotations
9 errors
|
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#L187
org.opentest4j.AssertionFailedError: expected:<calculator> but was:<nothing>
|
|
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#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#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#L315
org.opentest4j.AssertionFailedError: "Of course. Let's continue with the next step.
1. **Start with the previous result:** Our result from the last calculation (5 + 5) was 1***.
2. **Identify the new operation:** The instruction is to "multiply". This means we need to find the total of adding a number to itself a certain number of times.
3. **Identify the number to multiply by:** We need to multiply by 2.
4. **Perform the multiplication:** Multiplying 1*** by 2 is the" should include substring "2***"
expected:<2***> but was:<Of course. Let's continue with the next step.
1. **Start with the previous result:** Our result from the last calculation (5 + 5) was 1***.
2. **Identify the new operation:** The instruction is to "multiply". This means we need to find the total of adding a number to itself a certain number of times.
3. **Identify the number to multiply by:** We need to multiply by 2.
4. **Perform the multiplication:** Multiplying 1*** by 2 is the>
|
|
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