-
-
Notifications
You must be signed in to change notification settings - Fork 172
[Agent] improv: Better defaults, preserve tool msgs #1553
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
base: main
Are you sure you want to change the base?
Conversation
d8353aa to
10ba7f5
Compare
|
Let's keep it here, but should we rename it to |
c348a2c to
b99ce14
Compare
| private readonly ToolResultConverter $resultConverter = new ToolResultConverter(), | ||
| private readonly ?EventDispatcherInterface $eventDispatcher = null, | ||
| private readonly bool $keepToolMessages = false, | ||
| private readonly bool $keepToolMessages = true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meant this as well:
| private readonly bool $keepToolMessages = true, | |
| private readonly bool $excludeToolMessage = false, |
needs a invert of the logic below
46dd60b to
aab79a2
Compare
aab79a2 to
2535f83
Compare
chr-hertel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @aszenz - quite a change when it comes to token consumption, but the right default - i hope :D
I think we should still add a note in the UPGRADE.md - good to be merged after that
Still not sure if we should change the default or remove this option altogether and move it to compression feature in #1549