-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
save agent as template complete & "view last active agent" fix #1009
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev #1009 +/- ##
==========================================
- Coverage 59.70% 59.63% -0.07%
==========================================
Files 197 197
Lines 8735 8748 +13
Branches 905 910 +5
==========================================
+ Hits 5215 5217 +2
- Misses 3278 3289 +11
Partials 242 242
☔ View full report in Codecov by Sentry. |
Rounak Bhatia seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Description
Save agent execution as template
Fixed "view last active agent"
Related Issues
Solution and Design
Made changes in two api calls
fetch_agent_config_from_template and save_agent_as_template
Test Plan
Type of change
Checklist