Conversation
|
@jtpio I think this fixes the issue you saw. |
|
Nice, thanks @Zsailer! So does it mean the response may be different depending on the provider being used? Out of curiosity, which provider are you using for testing locally? (to check if I could also try to reproduce in my environment) |
Yes, although it's really just two output types from langchain. Jupyter AI has to handle this too: https://github.com/jupyterlab/jupyter-ai/blob/7b4586ef2adc560b457731ae07be87e348a8769e/packages/jupyter-ai/jupyter_ai/chat_handlers/base.py#L454-L461 I'm checking against
I'm using an internal provider :). |
jtpio
left a comment
There was a problem hiding this comment.
Just tried locally using the wheel built by check-release on CI, and it works fine, thanks!
|
Thank you, @jtpio! |
Fixes #9