Tomáš Hübelbauer
Tomáš Hübelbauer
@RiskyMH tests have been added :)
There was a problem with errors being ignored in certain cases of resolution errors. Can you try with 1.0.7 and see if it works or gives a better error message?
Unfortunately the underlying library doesn't provide any detail about the schemas that failed. What I did was comment all their fields out until there was no error and then added...
Is it possible to share your `database.ts` or is it not public?
Sorry, my bad! I reproduced your issue and the problem is definitely with the arguments of the three functions it reports now. There are four usages of `PropertyKey`, but no...
@levpopov is it required that the Claude Code session be restarted when editing memory? I used `/memory` to edit user memory and put an instruction for Claude Code to always...
I am running into the same issue. In my case it is manifesting in `PlainTextPlugin` though. Initially, the Lexical content is populated correctly. I am using the `OnChangePlugin` to monitor...
I'm trying to isolate a repro right now, hopefully I'll manage to get one.
Ah, nevermind, my Lexical issue happens in 0.7.5 (what I am using in my app) but works in latest (0.8.0) so I need to find a way to update: https://codesandbox.io/s/priceless-rubin-x35v51...
Ideally, this would also support the `json_schema` value introduced with structured outputs, not just `json_object`: https://openai.com/index/introducing-structured-outputs-in-the-api/. FWIW as of 2.0.0-beta2, neither value is supported.