Skip to content

Commit 29638bc

Browse files
authored
Fix SRAIXFAILED encoding in sraix.aiml
1 parent 6a7bb4a commit 29638bc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

peers/ProgramAB/sl-SI/aiml/sraix.aiml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- File: sraix.aiml -->
44
<!-- -->
55

6-
<category><pattern>SRAIXFAILED *</pattern>
6+
<category><pattern>SRAIXFAILED #</pattern>
77
<template><condition name="llm">
88
<li value="enabled"><img src="../Llm.png"/>
99
<think>
@@ -13,7 +13,7 @@
1313
<mrl>
1414
<service>python</service>
1515
<method>exec</method>
16-
<param>i01_llm.getResponse("<star/>")</param>
16+
<param>i01_llm.getResponse(u"<star/>")</param>
1717
</mrl>
1818
</oob>
1919
</li>
@@ -74,3 +74,4 @@
7474
</category>
7575

7676
</aiml>
77+

0 commit comments

Comments
 (0)