We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fc4db commit ad8d234Copy full SHA for ad8d234
1 file changed
peers/ProgramAB/en-US/aiml/sraix.aiml
@@ -199,12 +199,13 @@
199
<li value="enabled"><img src="img/InMoov2/brain-resize.gif"/>
200
<think>
201
<set name="topic"><star/></set>
202
+ <set name="newpattern"><input index="2"/></set>
203
</think>
204
<oob>
205
<mrl>
206
<service>python</service>
207
<method>exec</method>
- <param>i01_llm.getResponse("<star/>")</param>
208
+ <param>i01_llm.getResponse("<input index="2"/>")</param>
209
</mrl>
210
</oob>
211
</li>
@@ -407,3 +408,4 @@
407
408
</aiml>
409
410
411
+
0 commit comments