Skip to content

fix: use nc_py_api to get the Nextcloud file tree#196

Open
kyteinsky wants to merge 3 commits into
mainfrom
fix/use-nc-py-api-files-methods
Open

fix: use nc_py_api to get the Nextcloud file tree#196
kyteinsky wants to merge 3 commits into
mainfrom
fix/use-nc-py-api-files-methods

Conversation

@kyteinsky

Copy link
Copy Markdown

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@kyteinsky kyteinsky requested review from janepie and marcelklehr June 19, 2026 13:06
Signed-off-by: kyteinsky <kyteinsky@gmail.com>
@kyteinsky kyteinsky force-pushed the fix/use-nc-py-api-files-methods branch from b575267 to 8cdf4bf Compare June 19, 2026 13:07
Comment thread ex_app/lib/all_tools/files.py
Signed-off-by: kyteinsky <kyteinsky@gmail.com>

@julien-nc julien-nc left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great 👍

Comment thread ex_app/lib/all_tools/files.py Outdated
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
@kyteinsky kyteinsky requested a review from marcelklehr June 23, 2026 08:55
return {
'path': fsnode.user_path,
'file_id': fsnode.info.fileid,
'etag': fsnode.etag.replace('"', '').replace("'", ''),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should not manipulate the etag. If those quotes are not wanted, it's a bug in server IMHO

@marcelklehr

Copy link
Copy Markdown
Member

I guess CI times out before llm2 is done processing all our tools :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants