Chen Qian

Results 189 comments of Chen Qian

@isaacbmiller Mind taking a look?

@Ju-usc Sorry about the late reply! > is it safe to assume they use dspy.ToolCalls as output from the predictor to handle tool calls? Unfortunately we cannot make this assumption....

@Ju-usc @LakshyAAAgrawal From my perspective the quality should be on par if we capture the tool trace correctly, because ReAct itself is just a way of interacting with tools. But...

@Ju-usc Thank you so much for the persistent work, and great PR! I will handle the rest of the work and play a bit more with it then merge.

@jd02904 Thank for reporting the issue! This shouldn't be the case, could you share a reproducible code? Thank you!

For some context - `asyncify` builds on top of the fake streaming, which essentially uses multithreading. Our code could indeed cause an issue on native async, and I am working...

@paul028 Thanks for reporting the issue! I don't remember we ever support this import, where did you get the code? It's not a function intended for public usage, but you...

@nickthegroot Thanks for reporting the issue, I will take a look

@Hangzhi Your understanding of ReAct is correct, but I think the user is asking about why `answer` doesn't appear in the conversation history although provided through the `history` field. @nickthegroot...