-
Notifications
You must be signed in to change notification settings - Fork 44.3k
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
feat(agent, forge): Markdown-formatted history -> message history #7228
feat(agent, forge): Markdown-formatted history -> message history #7228
Conversation
Also: - Run `ActionHistoryComponent` after `SystemComponent` so that history messages are last in the prompt - Omit final instruction message if prompt already contains assistant messages
✅ Deploy Preview for auto-gpt-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7228 +/- ##
==========================================
- Coverage 25.50% 25.50% -0.01%
==========================================
Files 80 80
Lines 4661 4662 +1
Branches 631 631
==========================================
Hits 1189 1189
- Misses 3402 3403 +1
Partials 70 70
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
…matted-history-to-message-history
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
be9daed
to
2797b7c
Compare
Atomic,
master
-based version of #7223Changes
ActionHistoryComponent
ActionHistoryComponent.full_message_count
)ActionHistoryComponent
afterSystemComponent
so that history messages are last in the promptraw_message
fromActionProposal.schema()