(get-actor-model {:keys [default-model agent-models group-models role-models]}
agent-id
group-id
role-id)Get the appropriate model associated with the actor described by
the various IDs, with agent-id, group-id, and role-id going
from greatest to least precedence.
Get the appropriate model associated with the actor described by the various IDs, with `agent-id`, `group-id`, and `role-id` going from greatest to least precedence.
(models->map models)Given models, return a map of maps from agent, group, and role IDs to
models, as well as the singular :default-model.
Given `models`, return a map of maps from agent, group, and role IDs to models, as well as the singular `:default-model`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |