Skip to content

[Bug] Ollama adapter health check always returns 'health_check_not_supported' #150

Description

@ryuknull

Description

The health check for the Ollama provider connection consistently reports healthy: false with the error health_check_not_supported. This occurs even when the provider is correctly configured and the underlying service is available.

Observations

In the /health endpoint response:

"providers": [
  {
    "id": "...",
    "healthy": false,
    "last_error": "health_check_not_supported"
  }
]

Expected Behavior

The gateway should be able to perform a basic "ping" or health check to verify the provider connection status instead of failing by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions