# in python
> object tempCall python
return 'right'
< object
< object test python
temp_query = rs.get_uservar(rs.current_user(),"temp_query")
print(temp_query)
> object
# in rivescript
+ xyz (x|y|z)
- <set temp_query=answer is <call>tempCall <star></call>
^ <call>test</call>
输出: 答案是{ call } tempCall x { call }
我希望输出“答案正确”。
我如何使其工作?我想念什么吗?请指导我。谢谢!