# `Jido.Character.Schema.KnowledgeItem`
[🔗](https://github.com/agentjido/jido_character/blob/v1.0.0/lib/jido_character/schema/knowledge_item.ex#L1)

Permanent fact the character knows (no decay).

# `t`

```elixir
@type t() :: %Jido.Character.Schema.KnowledgeItem{
  category: nil | nil | binary(),
  content: binary(),
  importance: float()
}
```

# `new`

```elixir
@spec new(map()) :: {:ok, t()} | {:error, term()}
```

# `new!`

```elixir
@spec new!(map()) :: t()
```

# `schema`

Returns the Zoi schema for KnowledgeItem

---

*Consult [api-reference.md](api-reference.md) for complete listing*
