WplAi.AST.Action (WPL-AI v1.6.7)

Copy Markdown View Source

Personalization action

Summary

Types

action_type()

@type action_type() ::
  :modify_intensity
  | :add_warmup_time
  | :add_activity
  | :replace_exercise
  | :exclude_exercise
  | :reduce_sets
  | :reduce_reps
  | :increase_rest

scope()

@type scope() :: :activity | :block | :day | :week | :phase | :plan

t()

@type t() :: %WplAi.AST.Action{params: map(), scope: scope(), type: action_type()}