Giter Site home page Giter Site logo

Comments (8)

bernaferrari avatar bernaferrari commented on June 12, 2024 1

Check if this helps, I'm printing JSON.stringify(partialObject). You can see there is a pattern. Always with the ,"props":{} it seems to crash.

{"type":"div","children":[{"type":"Card"}]}
undefined
{"type":"div","children":[{"type":"Card","props":{},"children":[]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":""}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"Card"}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"CardHeader"}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"CardHeader"}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"CardHeader"}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"CardHeader"}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"CardHeader"}]}]}
{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"CardHeader"}]}]}
undefined
{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"CardHeader","props":{},"children":[]}]}]}

Then again at:

{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"CardHeader","props":{},"children":[{"type":"CardTitle"}]}]}]}
undefined
{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"CardHeader","props":{},"children":[{"type":"CardTitle","props":{},"children":[""]}]}]}]}

and

{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"CardHeader","props":{},"children":[{"type":"CardTitle","props":{},"children":["Tea Shop"]},{"type":"CardDescription","props":{},"children":["Explore and purchase a variety of teas."]}]},{"type":"CardContent"}]}]}
undefined
{"type":"div","children":[{"type":"Card","props":{},"children":[{"type":"CardHeader","props":{},"children":[{"type":"CardTitle","props":{},"children":["Tea Shop"]},{"type":"CardDescription","props":{},"children":["Explore and purchase a variety of teas."]}]},{"type":"CardContent","props":{},"children":[]}]}]}

from ai.

lgrammel avatar lgrammel commented on June 12, 2024 1

Fix: #1529

from ai.

lgrammel avatar lgrammel commented on June 12, 2024

@bernaferrari are you able to reproduce this locally consistently each time?

from ai.

bernaferrari avatar bernaferrari commented on June 12, 2024

Yes!! But I wish I could send what is breaking instead of my whole prompt.

from ai.

lgrammel avatar lgrammel commented on June 12, 2024

@bernaferrari is there a chance that you could provide a similar example that breaks and has nothing to do with your prompt? (e.g. using a structurally similar prompt/schema from a different domain)

from ai.

bernaferrari avatar bernaferrari commented on June 12, 2024

I don't know, but I could send the output before and after it is undefined so you can test character by character what is wrong. Would that be helpful?

from ai.

lgrammel avatar lgrammel commented on June 12, 2024

I don't know, but I could send the output before and after it is undefined so you can test character by character what is wrong. Would that be helpful?

Maybe, would have to see

from ai.

lgrammel avatar lgrammel commented on June 12, 2024

@bernaferrari thank you! investigating now

from ai.

Related Issues (20)

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.