Skip to content

Commit 00e57a0

Browse files
committed
fix
1 parent c4fbac5 commit 00e57a0

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/content/changelog/agents/2025-03-17-npm-i-agents.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ products:
77
date: 2025-03-17T14:00:00Z
88
---
99

10-
import { Badge, MetaInfo, Render, TypeScriptExample } from "~/components";
11-
10+
import { Badge, MetaInfo, Render, TypeScriptExample } from "~/components"
1211

1312
![npm i agents](~/assets/images/agents/npm-i-agents.apng)
1413

@@ -28,14 +27,6 @@ We've also fixed a nubmer of bugs with state synchronization and the React hooks
2827

2928
We've added a new [`@callable` decorator](/agents/api-reference/client-api/) for defining methods that can be called directly from clients. This allows you call methods from within your client code: you can call methods (with arguments) and get native JavaScript objects back.
3029

31-
<TypeScriptExample>
32-
33-
```ts
34-
35-
```
36-
37-
</TypeScriptExample>
38-
3930
#### `agents-sdk` -> `agents` <Badge text="Updated" variant="tip" size="small" />
4031

4132
We've also renamed the Agents package to just `agents` (it's cleaner). If you've already been building with the Agents SDK, you can update your dependencies to use the new package name:

0 commit comments

Comments
 (0)