mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
fix: integrated_tool doc fix
This commit is contained in:
@@ -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']
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user