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 6064382 commit 681424eCopy full SHA for 681424e
tests/test_async_client.py
@@ -240,6 +240,7 @@ async def test_connectors_crud(self) -> None:
240
241
await self.co.connectors.delete(created_connector.connector.id)
242
243
+ @unittest.skipIf(os.getenv("CO_API_URL") is not None, "Doesn't work in staging.")
244
async def test_tool_use(self) -> None:
245
tools = [
246
Tool(
tests/test_client.py
@@ -238,6 +238,7 @@ def test_connectors_crud(self) -> None:
238
239
co.connectors.delete(created_connector.connector.id)
def test_tool_use(self) -> None:
0 commit comments