allowDynamicCapabilities property

bool allowDynamicCapabilities
final

Whether to allow dynamic capability detection

When true, the provider may attempt to detect capabilities at runtime based on API responses or other indicators. This is useful for OpenAI-compatible providers with unknown capabilities.

Implementation

final bool allowDynamicCapabilities;