-
Notifications
You must be signed in to change notification settings - Fork 136
fix(smolagents): fix missing llm input messages in smolagents #2059
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
Hey @andstor, I am not able to reproduce the issue you were hitting on the latest version of the instrumentation and |
Hi @axiomofjoy, I just did the same check and the problem persists. I opened an issue to showcase the problem #2125. |
Thanks @andstor. Do you have a small code snippet to reproduce the issue? |
Hey @andstor, it looks like this change causes our existing I think it will be necessary to support both formats, and tests are needed. |
Instrumentation of smolagents are not handling the LLM input messages properly anymore. This PR should fix it.