Skip to content

Commit

Permalink
Merge pull request #152 from MOV-AI/dev
Browse files Browse the repository at this point in the history
RP-2100 Deploy changes to enable context issue solving
  • Loading branch information
duartecoelhomovai authored Apr 18, 2024
2 parents 18b601a + 069cbdc commit e22e65c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions movai_core_shared/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
]

MOVAI_INIT = "MovAI/Init"
MOVAI_TRANSITION = "MovAI/Transition"
MOVAI_TRANSITIONFOR = "MovAI/TransitionFor"
MOVAI_TRANSITIONTO = "MovAI/TransitionTo"
MOVAI_CONTEXTCLIENTIN = "MovAI/ContextClientIn"
MOVAI_DEPENDS = "MovAI/Depends"
MOVAI_DEPENDENCY = "MovAI/Dependency"

Expand Down

0 comments on commit e22e65c

Please sign in to comment.