Fix code agent examples after tool API refactoring (#1279) #895
Annotations
3 errors
|
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