You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.opentest4j.AssertionFailedError: The calculator tool was not called for model LLModel(provider=OpenRouter, id=qwen/qwen-2.5-72b-instruct, capabilities=[Temperature, Speculation, Tools, Completion, Standard, ToolChoice], contextLength=131***72, maxOutputTokens=8192)
expected:<calculator> but was:<["calculator"]>
org.opentest4j.AssertionFailedError: The calculator tool was not called for model LLModel(provider=OpenRouter, id=deepseek/deepseek-chat-v3-***324, capabilities=[Temperature, Speculation, Tools, Completion], contextLength=1638***, maxOutputTokens=1638***)
expected:<calculator> but was:<["calculator"]>
org.opentest4j.AssertionFailedError: The calculator tool was not called for model LLModel(provider=Google, id=gemini-2.5-flash, capabilities=[Temperature, Completion, MultipleChoices, Image, Video, Audio, Tools, ToolChoice, Basic, Standard], contextLength=1***48576, maxOutputTokens=65536)
expected:<calculator> but was:<["calculator"]>
org.opentest4j.AssertionFailedError: The calculator tool was not called for model LLModel(provider=Google, id=gemini-2.5-pro, capabilities=[Temperature, Completion, MultipleChoices, Image, Video, Audio, Tools, ToolChoice, Basic, Standard], contextLength=1***48576, maxOutputTokens=65536)
expected:<calculator> but was:<["calculator"]>
org.opentest4j.AssertionFailedError: The calculator tool was not called for model LLModel(provider=Anthropic, id=claude-sonnet-4-5, capabilities=[Temperature, Tools, ToolChoice, Image, Document, Completion], contextLength=2***, maxOutputTokens=64***)
expected:<calculator> but was:<["calculator"]>
org.opentest4j.AssertionFailedError: The calculator tool was not called for model LLModel(provider=Anthropic, id=claude-haiku-4-5, capabilities=[Temperature, Tools, ToolChoice, Image, Document, Completion], contextLength=2***, maxOutputTokens=64***)
expected:<calculator> but was:<["calculator"]>
org.opentest4j.AssertionFailedError: The calculator tool was not called for model LLModel(provider=Anthropic, id=claude-opus-4-5, capabilities=[Temperature, Tools, ToolChoice, Image, Document, Completion], contextLength=2***, maxOutputTokens=64***)
expected:<calculator> but was:<["calculator"]>
org.opentest4j.AssertionFailedError: The calculator tool was not called for model LLModel(provider=OpenAI, id=gpt-5.1-codex, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Responses], contextLength=4***, maxOutputTokens=128***)
expected:<calculator> but was:<["calculator"]>
org.opentest4j.AssertionFailedError: The calculator tool was not called for model LLModel(provider=OpenAI, id=gpt-4.1, capabilities=[Temperature, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, Completion, MultipleChoices, Completions, Responses], contextLength=1***47576, maxOutputTokens=32768)
expected:<calculator> but was:<["calculator"]>
org.opentest4j.AssertionFailedError: The calculator tool was not called for model LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=4***, maxOutputTokens=128***)
expected:<calculator> but was:<["calculator"]>
ai.koog.prompt.executor.clients.LLMClientException: Error from client: GoogleLLMClient
Error from client: GoogleLLMClient
Status code: 429
Error body:
{
"error": {
"code": 429,
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_requests_per_model_per_day, limit: ***",
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.Help",
"links": [
{
"description": "Learn more about Gemini API quotas",
"url": "https://ai.google.dev/gemini-api/docs/rate-limits"
}
]
},
{
"@type": "type.googleapis.com/google.rpc.QuotaFailure",
"violations": [
{
"quotaMetric": "generativelanguage.googleapis.com/generate_requests_per_model_per_day",
"quotaId": "GenerateRequestsPerDayPerProjectPerModel"
}
]
}
]
}
}
ai.koog.prompt.executor.clients.LLMClientException: Error from client: GoogleLLMClient
Error from client: GoogleLLMClient
Status code: 429
Error body:
{
"error": {
"code": 429,
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_requests_per_model_per_day, limit: ***",
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.Help",
"links": [
{
"description": "Learn more about Gemini API quotas",
"url": "https://ai.google.dev/gemini-api/docs/rate-limits"
}
]
},
{
"@type": "type.googleapis.com/google.rpc.QuotaFailure",
"violations": [
{
"quotaMetric": "generativelanguage.googleapis.com/generate_requests_per_model_per_day",
"quotaId": "GenerateRequestsPerDayPerProjectPerModel"
}
]
}
]
}
}