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 caeefec commit 0602b8fCopy full SHA for 0602b8f
README.md
@@ -113,8 +113,8 @@ The `A2AClient` makes it easy to communicate with any A2A-compliant agent.
113
114
```typescript
115
// client.ts
116
-import { A2AClient, SendMessageSuccessResponse } from "@a2a-js/sdk/client";
117
-import { Message, MessageSendParams } from "@a2a-js/sdk";
+import { A2AClient } from "@a2a-js/sdk/client";
+import { Message, MessageSendParams, SendMessageSuccessResponse } from "@a2a-js/sdk";
118
import { v4 as uuidv4 } from "uuid";
119
120
async function run() {
0 commit comments