浏览代码

docs: Complete tool calling bash script in MCP client example (#9073)

### What problem does this PR solve?

- Fix incomplete curl command in section 5 'Tool calling', add missing
closing braces and parentheses to complete the JSON payload

This resolves the incomplete bash script that was missing proper JSON
structure closure.

### Type of change

- [x] Documentation Update
tags/v0.20.0
Khan 3 个月前
父节点
当前提交
5c761174c2
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      docs/develop/mcp/mcp_client_example.md

+ 2
- 1
docs/develop/mcp/mcp_client_example.md 查看文件

@@ -158,7 +158,8 @@ curl -X POST "http://127.0.0.1:9382/messages/?session_id=$session_id" \
"dataset_ids": ["DATASET_ID_HERE"],
"document_ids": []
}

}
}'
```

#### Transport

正在加载...
取消
保存