thread-master/internal/model/ai/domain/enum/provider.go

9 lines
130 B
Go
Raw Normal View History

2026-06-26 08:37:04 +00:00
package enum
type ProviderID string
const (
ProviderOpenCode ProviderID = "opencode-go"
ProviderXAI ProviderID = "xai"
)