Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProviderMetadata ¶
type ProviderMetadata struct {
ID string
Name string
Description string
EnvVar string
DefaultModel string
}
ProviderMetadata holds information about a provider for CLI display.
func GetProviderMetadata ¶
func GetProviderMetadata(id string) (ProviderMetadata, bool)
GetProviderMetadata returns metadata for a given provider ID.
func GetSupportedProviders ¶
func GetSupportedProviders() []ProviderMetadata
GetSupportedProviders returns metadata for all supported providers.
Click to show internal directories.
Click to hide internal directories.