Current section

Files

Jump to
virtuoso lib memento_mori fast_thinking.ex
Raw

lib/memento_mori/fast_thinking.ex

defmodule MementoMori.FastThinking do
@moduledoc """
FastThinking checks for intents and entities expressly implied by the impression structure or contents.
This allows us to bypass SlowThinking when it is performant to do so.
"""
def run(impression), do: impression
end