Nuno Campos

Results 249 comments of Nuno Campos

Hi, can you confirm this issue still occurs in the latest version? 0.2.4

I've added the snippet above as a test case and can confirm this is fixed, closing, thanks for reporting!

This is a limitation of the Vertex API, please contact Google, as only they can change their API, we cannot.

The solution is to not use StrOutputParser when you want a message, the chat model returns a message, you can just remove the output parser

Do you have an actual error caused by this? I don't think versions seen are ever null?

A node mapped to an empty dict is a node which has never run before, so it shouldn't be matched anyway

Hi, the order in this list shouldn't affect anything at runtime, see here https://github.com/langchain-ai/langgraph/blob/main/libs/langgraph/langgraph/graph/state.py#L873 where it is turned into a set, which is an unordered collection