Permanent fact the character knows (no decay).
Returns the Zoi schema for KnowledgeItem
@type t() :: %Jido.Character.Schema.KnowledgeItem{ category: nil | nil | binary(), content: binary(), importance: float() }
@spec new(map()) :: {:ok, t()} | {:error, term()}
@spec new!(map()) :: t()