Jacob Lee

Results 335 comments of Jacob Lee

> @jeasonnow it seems that the `AgentRunnableSequence` is not exported in the [index.ts](https://github.com/langchain-ai/langchainjs/blob/main/langchain/src/agents/index.ts#L1) file of the agents. Also, based on the TODO on the class, it seems deprecated, do you...

It can be a bit finicky - I believe even things like whitespace can matter

Looks fine to me, but CC @danielchalef for a final review!

Getting some build errors: ``` src/document_loaders/web/puppeteer.ts(73,33): error TS2339: Property 'browserWSEndpoint' does not exist on type 'PuppeteerLaunchOptions'. ```

My guess is that the Anthropic model isn't returning JSON or the parser is otherwise failing to parse the output. Can you share what output you're seeing from the model?