Corentin Meyer

Results 64 comments of Corentin Meyer

Hello, I worked on adding a test for tool use using Bedrock. And multiple problem appeared (so it was a good idea). The current Bedrock implementation was processing the replies...

Maybe we need a way to force the model to discard the first text answer if there is a tool_use answer right after to only ouput the `tool_use` reply ?...

> @lambda-science please add it as a new test function Hello, I'm not sure what you meant by this, as I added the test as a new function ? On...

Ah, as possible further improvement for this PR we could/should also add the `tool_choice` option as well (with test, in the scope of function calling PR improvement). I will work...

> Yes @lambda-science add it, your intuition is the best guideline here. I'll take a look tomorrow 🙏 Everything should be good now, ready for review :) params `tools` and...

I would be happy to get pinged when release in pypi✌️

> Currently working on it Following on this, it will help a lot with tool use across all AWS Bedrock models with this unified API

> Thanks for the report! Sorry you ran into that — looks like something is mixed up. > > What version of uv are you using and what version worked?...

> What environment and terminal are you using? I tried this in powershell and a mingw shell, but `uvx --from build pyproject-build` passed in both for me How I could...

And by the way it only works because I've put `build` as a dev dependency in my virtual env. If I do `uv remove --dev build`, the old error is...