Matthias
Results
12
comments of
Matthias
Any updates on this one? MacOS support would be huge!
Okay, I've figured out the example: ```typescript const exampleRunnable = RunnableLambda.from< { a: number }, number, RunnableConfig >(({ a }, config) => { return a + config.configurable.b; }).withConfig({ runName: "example-runnable",...