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

Add Agents & Assistants support #1162

Merged
merged 1 commit into from
Oct 17, 2024

Add Agents & Assistants feature

d0635f1
Select commit
Loading
Failed to load commit list.
Merged

Add Agents & Assistants support #1162

Add Agents & Assistants feature
d0635f1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 4, 2024 in 0s

90.85% (-1.17%) compared to 56d5ca3

View this Pull Request on Codecov

90.85% (-1.17%) compared to 56d5ca3

Details

Codecov Report

Attention: Patch coverage is 81.87067% with 157 lines in your changes missing coverage. Please review.

Project coverage is 90.85%. Comparing base (56d5ca3) to head (d0635f1).

Files with missing lines Patch % Lines
slack_bolt/middleware/assistant/assistant.py 65.90% 45 Missing ⚠️
slack_bolt/middleware/assistant/async_assistant.py 65.64% 45 Missing ⚠️
...xt/assistant/thread_context_store/file/__init__.py 37.03% 17 Missing ⚠️
...istant/thread_context_store/default_async_store.py 74.07% 7 Missing ⚠️
...xt/assistant/thread_context_store/default_store.py 74.07% 7 Missing ⚠️
slack_bolt/request/payload_utils.py 78.57% 6 Missing ⚠️
slack_bolt/request/internals.py 78.94% 4 Missing ⚠️
...lack_bolt/context/assistant/assistant_utilities.py 95.91% 2 Missing ⚠️
...olt/context/assistant/async_assistant_utilities.py 96.07% 2 Missing ⚠️
...text/assistant/thread_context_store/async_store.py 71.42% 2 Missing ⚠️
... and 15 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1162      +/-   ##
==========================================
- Coverage   92.02%   90.85%   -1.17%     
==========================================
  Files         195      221      +26     
  Lines        6631     7491     +860     
==========================================
+ Hits         6102     6806     +704     
- Misses        529      685     +156     

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