Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend: compass file tool fix + generate FE client #670

Merged
merged 8 commits into from
Aug 20, 2024

Conversation

scott-cohere
Copy link
Contributor

@scott-cohere scott-cohere commented Aug 14, 2024

  • adds a small fix to the search/read file tools, this will allow for proper file name to show in "resources referenced:..." FE message
  • removes the old (singular) file upload endpoint as we use batch upload endpoint now
  • splits upload endpoints between /conversation and /agent -> also splits the schema for the request and responses
  • generate the new FE client
  • thank you khalil and tomeu for the corresponding FE changes

@codecov-commenter
Copy link

codecov-commenter commented Aug 14, 2024

Codecov Report

Attention: Patch coverage is 97.61905% with 1 line in your changes missing coverage. Please review.

Project coverage is 74.15%. Comparing base (47aa809) to head (6863340).

Files Patch % Lines
src/backend/routers/agent.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #670      +/-   ##
==========================================
- Coverage   74.27%   74.15%   -0.13%     
==========================================
  Files         253      253              
  Lines       10982    10925      -57     
==========================================
- Hits         8157     8101      -56     
+ Misses       2825     2824       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@scott-cohere scott-cohere added this pull request to the merge queue Aug 20, 2024
Merged via the queue into main with commit 7a29e85 Aug 20, 2024
7 checks passed
@scott-cohere scott-cohere deleted the scott/compass-files-FE branch August 20, 2024 14:30
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.

5 participants