fix: integrated_tool doc fix

This commit is contained in:
shizheng.jsz
2024-08-01 17:12:36 +08:00
parent 49263f3255
commit c6cee325df
2 changed files with 3 additions and 3 deletions

View File

@@ -147,8 +147,8 @@ description: 'A portal to the internet. Use this when you need to get specific
```'
headers:
content-type: 'application/json'
method: 'POST'
json_parser: true
method: 'GET'
json_parser: false
response_content_type: json
tool_type: 'api'
input_keys: ['input']

View File

@@ -147,7 +147,7 @@ description: 'A portal to the internet. Use this when you need to get specific
```'
headers:
content-type: 'application/json'
method: 'POST'
method: 'GET'
json_parser: false
response_content_type: json
tool_type: 'api'