Skip to content

Commit 66e291e

Browse files
chore(docs): remove unnecessary param examples
1 parent acbfb68 commit 66e291e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -174,18 +174,6 @@ tool = client.agents.tools.create(
174174
api_call={
175175
"method": "GET",
176176
"url": "https://example.com",
177-
"content": "content",
178-
"cookies": {"foo": "string"},
179-
"data": {},
180-
"files": {},
181-
"follow_redirects": True,
182-
"headers": {"foo": "string"},
183-
"include_response_content": True,
184-
"json": {},
185-
"params": "string",
186-
"schema": {},
187-
"secrets": {"foo": {"name": "name"}},
188-
"timeout": 0,
189177
},
190178
)
191179
print(tool.api_call)

0 commit comments

Comments
 (0)