Results 15 comments of Thomas Draier

Hi, Any news on this ? Did anybody have a chance to look at the PR ?

> As per my comment on the initial issue I am afraid that we will live to regret mixing data source and data source views under the same endpoint with...

As discussed IRL with @Fraggle and @flvndvd this is on hold until we discuss about the upload/create doc UI and the possible changes - currently uploading a document allows the...

Note : for the backfill, we need to have [#9069](https://github.com/dust-tt/dust/issues/9069) solved so that we store in `parent` the id in the correct format.

This change is part of the following stack: - #17921 - #17922 - #17923 ◀ Change managed by [git-spice](https://abhinav.github.io/git-spice/).

Improved error reporting in connectors creation , handle review comments

It seems the issue is only with claude indeed. @claude has 0 tools, but it's trying to take tools from the conversation messages for itself and maxToolUserPerRun is immediately exhausted...

Here's the request done to anthropic : [req.json](https://github.com/user-attachments/files/17477108/req.json) There's no tool defined apart from the `dummy_do_not_use` Then in the stream I receive a : ``` { "type": "content_block_start", "index": 1,...

We can't remove the tools section, as anthropic sees some "tool_use" in the messages list : `[invalid_request_error] Requests which include `tool_use` or `tool_result` blocks must define tools.`. So another option...

> If there is no change, I would add the meta-prompt in the dummy-tool versus the assistant => in the dummy tool dscription add a setence saying no other tool...