Skip to content

get_file_content ignores searchSettings filters #2244

@adityadhawan22

Description

@adityadhawan22

If we have specified searchSettings filters example

{ searchSettings: {
       filters: {
         collection_ids: { $in: ["SOME UUID"] },
       },
}

It should only search files in the collectionId however, a tool call happens for get_file_content and it fetch content from a different collection.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions