-
Notifications
You must be signed in to change notification settings - Fork 94
fix(smolagents): adds reasoning_content #1642
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
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
@bruffridge Can you add a code snippet to the examples directory I can run to verify that this appears as expected in the Phoenix UI? A unit test would also be helpful, I can help there if needed. |
I added an example. |
Thanks @bruffridge! Will take a look. |
added reasoning_content test. https://docs.litellm.ai/docs/reasoning_content
added anthropic api key which is needed for the reasoning_content example.
I added a unit test. I didn't run it though, so you should check to see if I missed anything. |
resolves: #1641
CC: @albertvillanova , @nate-mar
If
reasoning_content
is present (it should be if a reasoning LiteLLM model is called), add it to the output message.