Nuno Campos
Nuno Campos
@jpmmcneill Ah did not know about Puffin, very interesting
Thanks, this delegation to the sync stream method is now done by the base class BaseChatModel so this functionality already exists, closing.
@leerobert thanks, updated
Hi, there is an open PR in the main repo enabling this which we plan to merge and release soon https://github.com/hwchase17/langchainjs/pull/905
@thehunmonkgroup thanks for this, could you add some tests for the new functionality? Namely calling both invoke and stream on this fake chat model with all possible types of `responses`:...
@thehunmonkgroup hi, it seems your code changes mean some `responses` types only work for streaming, and some types only work for invoke, we can't have that, all types need to...
@awais-akhtar try ``` chain.predict(input={"question": "this is test", "context": "this is answer"}) ```
`NameError: name 'out' is not defined. Did you mean: 'oct'?` this seems like an issue in your code, we don't have any such variables anywhere in the library
Thanks for reporting! Your fix looks good, do you mind adding the snippet above as a test case?
Closing due to inactivity