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
This commit is contained in:
parent
4f8e7ef763
commit
5c761174c2
1 changed files with 2 additions and 1 deletions
|
|
@ -158,7 +158,8 @@ curl -X POST "http://127.0.0.1:9382/messages/?session_id=$session_id" \
|
||||||
"dataset_ids": ["DATASET_ID_HERE"],
|
"dataset_ids": ["DATASET_ID_HERE"],
|
||||||
"document_ids": []
|
"document_ids": []
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}'
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Transport
|
#### Transport
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue