jacobycwang

Results 3 comments of jacobycwang

@vibaiher that doesn't solve my problem either. I actually create a patched version, and that works well in our production env ```js class MyPgInstrumentation extends PgInstrumentation { _getClientConnectPatch() { return...

I made myself a small CLI tool with Claude here for this feature https://www.npmjs.com/package/claude-ext

while checking with `ChatAnthropic`, the issue lie within this section https://github.com/langchain-ai/langchain/blob/49bdd3b6fe07e1ee29c5f2381ef7a563bef15778/libs/partners/anthropic/langchain_anthropic/chat_models.py#L877-L892 without `bind_tools`, there will be no `"tools"` in the api payload, so the `coerce_content_to_string` will be `true`. and within...