Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultPolicies ¶
Types ¶
type Features ¶
type Features struct {
Inferences []api.InferenceProvider `json:"inferences"` // List of available inference providers
InferencesNotAvailable []api.InferenceProvider `json:"inferencesNotAvailable"` // List of not available inference providers
Inference *api.InferenceProvider `json:"inference"` // The selected inference provider based on user preferences or auto-detection, or nil if no inference provider is selected
Tools []api.ToolsProvider `json:"tools"` // List of available tools
ToolsNotAvailable []api.ToolsProvider `json:"toolsNotAvailable"` // List of not available tools
}
func (*Features) ToHumanReadable ¶
ToHumanReadable converts the features to a human-readable string representation.
Click to show internal directories.
Click to hide internal directories.