We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbfb68 commit 66e291eCopy full SHA for 66e291e
README.md
@@ -174,18 +174,6 @@ tool = client.agents.tools.create(
174
api_call={
175
"method": "GET",
176
"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,
189
},
190
)
191
print(tool.api_call)
0 commit comments