add DocsURL field to Model struct for language support documentation
This commit is contained in:
@@ -22,6 +22,7 @@ type Model struct {
|
||||
SupportedLanguages []string // explicit list of supported language codes
|
||||
Endpoint *EndpointConfig // nil for local models
|
||||
LocalInfo *LocalModelInfo // nil for cloud models
|
||||
DocsURL string // URL to provider's language support documentation
|
||||
}
|
||||
|
||||
// EndpointConfig holds HTTP/WebSocket endpoint configuration
|
||||
|
||||
Reference in New Issue
Block a user