Giter Site home page Giter Site logo

Comments (6)

SysCoder avatar SysCoder commented on August 14, 2024

When what arguments are not defined? Can you show me code use case that would cause the problem you are talking about?

from voicerepeater.

wisdal avatar wisdal commented on August 14, 2024

image

return this.app.getContext("last_prompt") !== null
? this.app.getContextArgument("last_prompt", "last_prompt").value
: "um....I don't remember what I said!";

From the screenshot above, we can see that this.app.getContextArgument("last_prompt", "last_prompt") can be null despite this.app.getContext("last_prompt") being not, thus causing the error above.

Same for "prefixed_last_prompt".

from voicerepeater.

SysCoder avatar SysCoder commented on August 14, 2024

Okay cool, now I understand more! I thought I mitigated this issue..... :-(
What are the steps you are doing to reproduce it? Does it happen every time?

from voicerepeater.

wisdal avatar wisdal commented on August 14, 2024

At first glance, I would say it doesn't work when I askWithList() or askWithCarousel().
Does it make sense?

from voicerepeater.

wisdal avatar wisdal commented on August 14, 2024

And what I still do not understand is that my app is one step late. What I want to say is that 'replay' repeats what the app said two steps back rather than what it just said, thus causing the error above at the welcome speech, for instance, as there was no response prior to it.

from voicerepeater.

SysCoder avatar SysCoder commented on August 14, 2024

Right now things are busy for me at work. But I will take look this weekend. If you can show the problem that you experiencing in a small example app, that would help a lot.

from voicerepeater.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.