Paul-Louis Pröve
Paul-Louis Pröve
the results in the readme were as close as i could get.
Not sure this helps anyone but if you deploy the backend as a separate function app, you can set the prefix to an empty string and make everything work. I...
With the new Sonnet 3.5 version out, I wanted to revisit the topic. Anthropic introduced a lot, but quick code edit is not one of them. Also, based on the...
I'm building my first project with deep chat to find some form of standard on the frontend side of things and I love it so far. Much appreciate your work!...
No thanks. Get a faster linter. This is obviously not a Cline problem.
I use ruff in python, which is written in Rust and I just have zero of the issues you mention. Cline only works with files with less than 300 lines...
The big reason would be that some MCP servers come with tools AND prompts because a certain additional system prompt is needed to effectively use these tools. That way everything...
@OvidijusParsiunas Coming back to this, I think it would be very helpful if we could return multiple messages without using websockets. It's just a very common pattern by now, that...
Thank you very much!
Yeah, I got the same error. I think it happens when you have a field defined like so: ```python rating: int = Field(..., ge=1, le=5, description="A rating from 1 to...