Jeloi
Jeloi
Just wanted to say - incredible work here @pyrochlore. Thanks for taking the feedback and building this feature!
hey y'all - sharing how I got this to work just now. It seems the `initialScrollBehavior` doesn't work as intended while the size of the container is changing - e.g...
I shared my solution to this here if helpful: https://github.com/compulim/react-scroll-to-bottom/issues/61
+1 another vote - Claude 3.5 support through Vertex AI is a key integration for companies on GCP to adopt Langchain.
hey there - running into the same issue and I believe it's because `withStructuredOutput` does not call [llm.bind](https://github.com/langchain-ai/langchainjs/blob/main/libs/langchain-google-common/src/chat_models.ts#L505) with the `tool_choice` param that @bracesproul added here: https://github.com/langchain-ai/langchainjs/pull/6195/files. Also relevant is...