AxiomAi.LocalModels.Categories (AxiomAI v0.1.9)

View Source

Defines model categories for organizing different types of AI models.

Summary

Functions

Gets the description for a category.

Returns all available model categories.

Validates if a category exists.

Functions

get_description(arg1)

@spec get_description(atom()) :: String.t()

Gets the description for a category.

list_all()

@spec list_all() :: [atom()]

Returns all available model categories.

valid_category?(category)

@spec valid_category?(atom()) :: boolean()

Validates if a category exists.