Jiaping Zeng

Results 8 comments of Jiaping Zeng

Hi @srhsrhsrhsrh, wondering if there is any update on this feature? I am happy to contribute if needed. Use case: I am deploying OpenSearch MCP server on [Bedrock AgentCore Runtime](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-mcp.html#runtime-mcp-deploy-aws)....

Hi @yuanyuefeng, here's a working example with `gpt-4o`. Replace items in `{{}}` with your values. Seems that `o4-mini` does not support parallel tool calls so it will fail due to...

I missed that you mentioned OpenSearch 2.19. Function calling is officially introduced in 3.0.

Hi @yuanyuefeng, function calling is not supported in 2.19. The example I provided will only work on 3.0+. You can simulate tool calling within prompt but from my testing it...

@yuanyuefeng If you are self-hosting OpenSearch you can refer to this guide for a few approaches to upgrading, including rolling upgrade: https://docs.opensearch.org/latest/upgrade-or-migrate/ If you are on Amazon OpenSearch Service, follow...

Was able to reproduce this issue on 3.4 with Ollama running `Qwen3:30b`. Tried on 3.5 and I am getting a different error 😅 ```json { "error": { "root_cause": [ {...

Hi @pajuric, it is a blog change. In https://opensearch.org/blog/introducing-mcp-in-opensearch/, section "Claude for Desktop integration" > "Step 1: Configure Claude for Desktop", would like to make these two changes in the...