Bohan Qu

Results 39 comments of Bohan Qu

@vblagoje Okay sure, I will make a PR.

@vblagoje Sorry for the delayed response. I took some days off last week. Here we go: https://github.com/deepset-ai/haystack/pull/8444 Note that I only made minimal changes since I am not exactly sure...

By the way, I also attempted to support Anthropic (including Bedrock Anthropic) models. It seems there's a mismatch in the usage data format between the Langfuse API and Anthropic [when...

> Hey @LastRemote how do we stand here? What else do we need to do to consider this issue done? Hi @vblagoje , thanks for the reminder. We should close...

This PR is also related to this issue to some degree: https://github.com/deepset-ai/haystack/pull/9004

> a simple workaround is to create a user message with the image returned by the tool I am afraid that this might not be that simple, due to the...

+1 on this, but I am a little uncertain whether LLMs would enforce an order of tool runs (inner dependencies between tools) in some scenarios, and if that's the case...

Actually this might not be that hard in term of the actual implementation. Instead of **awaiting human input**, we can just set up an input buffer queue and attempt to...

Hey, just want to put my two cents in. I'd consider that reasoning content is somewhat different to other content types because of the following reasons: 1. it can only...