Skip to content

Commit

Permalink
I put in the settings at the top of the file to register the module M…
Browse files Browse the repository at this point in the history
…oduleElla as external module
  • Loading branch information
lf authored and lf committed Aug 31, 2015
1 parent c5dd482 commit 6fb7416
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/Domain_Opendial_Ella.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<domain>

<!-- Register ModuleElla as external module (http://www.opendial-toolkit.net/user-manual/external-modules) -->
<settings>
<modules>ModuleElla</modules>
</settings>

<initialstate>
<variable id="u_m">
<value>Welcome!</value>
Expand Down Expand Up @@ -418,7 +423,7 @@
<condition>
<if var="a_m" value="AskRepeat" />
</condition>
<effect prob="0.6">
<effect prob="0.95">
<set var="a_u^p" value="{a_u}" />
</effect>
</case>
Expand Down

0 comments on commit 6fb7416

Please sign in to comment.