Jacob Lee
Jacob Lee
Hey, sorry I have just reproed the issue and will look into it.
Ah, no this is intended. The issue is the final step in your `RunnableMap`: ```ts { output: (i) => { console.log('i', i) return 'output' }, }, ``` Because `output` is...
Really? Are you sure you have the final step as that custom function in both cases? It doesn't make sense to repeatedly call a function that doesn't return an iterator...
Thank you @afirstenberg!
Hey! Sorry you're running into this - can you confirm you've got the latest versions of @langchain/groq and OpenAI? We just pushed 0.3.0 of core yesterday, updated docs will be...
Got it - will have a look but OpenAI does accept a few unique args so it may be expected
I think personally would prefer to be explicit as this is a lower level API - thoughts @angus-langchain?
Thanks for this! Could you add an integration test where this was failing?
Thank you! Will look as soon as possible
We are going to put `reasoning_content` in `additional_kwargs` for now but will upgrade the schema in the future: https://github.com/langchain-ai/langchainjs/pull/7604