Skip to content

Commit e0be19a

Browse files
abir-taheerclaude
andcommitted
docs: remove // @Noerrors from new .use() code blocks
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a7bb0a9 commit e0be19a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/content/docs/toolkits/custom-tools-and-toolkits.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ Use `composio.use()` to rehydrate an existing session and attach custom tools to
564564
<Tabs groupId="language" items={['TypeScript', 'Python']} persist>
565565
<Tab value="TypeScript">
566566
```typescript
567-
// @noErrors
568567
import { Composio, experimental_createTool } from "@composio/core";
569568
import { z } from "zod/v3";
570569

@@ -602,7 +601,6 @@ Without custom tools, `composio.use()` simply rehydrates the session:
602601
<Tabs groupId="language" items={['TypeScript', 'Python']} persist>
603602
<Tab value="TypeScript">
604603
```typescript
605-
// @noErrors
606604
import { Composio } from "@composio/core";
607605
const composio = new Composio({ apiKey: "your_api_key" });
608606
// ---cut---

0 commit comments

Comments
 (0)