[examples] Add CI checks for code agent examples (#1280) #899
Annotations
5 errors
|
Publish Test Report:
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L179
ai.koog.prompt.executor.clients.LLMClientException: Error from client: GoogleLLMClient
Illegal input: Field 'candidates' is required for type with serial name 'ai.koog.prompt.executor.clients.google.models.GoogleResponse', but it was missing at path: $
|
|
Publish Test Report:
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L179
ai.koog.prompt.executor.clients.LLMClientException: Error from client: GoogleLLMClient
Illegal input: Field 'candidates' is required for type with serial name 'ai.koog.prompt.executor.clients.google.models.GoogleResponse', but it was missing at path: $
|
|
Publish Test Report:
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L134
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient
Error from client: OpenAILLMClient
Status code: 4***4
Error body:
{
"error": {
"message": "This is not a chat model and thus not supported in the v1/chat/completions endpoint. Did you mean to use v1/completions?",
"type": "invalid_request_error",
"param": "model",
"code": null
}
}
|
|
Publish Test Report:
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L1
ai.koog.http.client.KoogHttpClientException: Error from client: OpenAILLMClient
Status code: 4***
Error body:
{
"error": {
"message": "Missing required parameter: 'input[1].content[***]'.",
"type": "invalid_request_error",
"param": "input[1].content[***]",
"code": "missing_required_parameter"
}
}
|
|
JvmIntegrationTest with Gradle Wrapper
Process completed with exit code 1.
|
Loading