Tax

Results 7 comments of Tax

I am not sure if the issue discussed in this thread is related to the malformed json produced by the planner node, but forcing the sampler to choose tokens that...

Fixed! I had the same issue and solved the malformed json output by changing the planner's `method` from ~~`json_mode`~~ to `json_schema` and optionally adding `strict=True` in this section of the...

PR has been merged so the fix is live. The model validation error should no longer occur. ~~I have submitted a PR that fixes the pydantic validation error. Waiting for...

Previous PR ~~https://github.com/bytedance/deer-flow/pull/322~~ had to be reverted. I have since submitted a new improved fix in PR https://github.com/bytedance/deer-flow/pull/341

Hi @WillemJiang I would appreciate if you could review this improved fix and test the models that failed with https://github.com/bytedance/deer-flow/pull/322

> I think it could be more easy to chose the json_schema model the configuration. In this way the user has the full of the control. @WillemJiang Thank you for...

Hi @WillemJiang please let me know if you have any further directions on how you would like me to modify this PR to get the fix merged.