我打算让用户回答问题。我将其另存为Informatie_tekst
并将其用作输出上下文。我要确定的下一个打算是,输入和输出上下文是Informatie_tekst
。用户说是,在下一个打算中,我想使用那个Information_tekst
。我尝试了多种方法来检索上下文Information_tekst
的内容,但似乎无济于事
这是用于检索并显示“ Informatie_tekst
”的代码
const gegevens = agent.getContext('informatie_tekst');
agent.add('informatietekst: '+ gegevens);
但是,当我运行代码时,它无法识别上下文Informatie_tekst
的内容。
结果是:informatietekst:[对象对象]