Sandro Rodrigues

Results 7 comments of Sandro Rodrigues

Hi @nicky-lenaers, This feature would be a huge addition to the plugin. We are using it in production and our client just ask some extra behavior right after scroll ends...

@jwerardi My work around was creating an empty `webpack-stats-test.json` with the essential just to make run the tests: ```json {"status":"done","publicPath":"https://127.0.0.1:4200/static/bundles/","chunks": {"main": []}} ```

@macecchi I have specific settings for tests that are only loaded when running my tests. Example of `settings/test.py`: ```python import os BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) PROJECT_DIR = os.path.abspath(os.path.join(BASE_DIR, '..')) WEBPACK_LOADER =...

We're having the same problem. @akondas are you considering reviewing the solution suggested by @edpittol? It will be a huge help for us, deploying a version with this fixed.

I just realized that `scm_branch` is also not supported, I imagine that when adding support for `ask_scm_branch_on_launch` it might also make sense to add support for `scm_branch` .

After digging a bit on the code, it seams the error is not specifically related with `ChatAnthropic` but with `BaseChatModel` and method `with_structured_output`. The schema passed to the method is...

Yes, it stills relevant with the latest version of LangChain.