dank-ai 1.0.35 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -533,22 +533,7 @@ agent
|
|
|
533
533
|
}
|
|
534
534
|
```
|
|
535
535
|
|
|
536
|
-
|
|
537
|
-
```javascript
|
|
538
|
-
{
|
|
539
|
-
requestId: "unique-request-id",
|
|
540
|
-
method: "POST",
|
|
541
|
-
path: "/api/chat",
|
|
542
|
-
headers: { "content-type": "application/json" },
|
|
543
|
-
body: { message: "Hello" },
|
|
544
|
-
query: {},
|
|
545
|
-
params: {},
|
|
546
|
-
statusCode: 200,
|
|
547
|
-
responseData: { response: "Hi there!" },
|
|
548
|
-
processingTime: 45,
|
|
549
|
-
timestamp: "2024-01-15T10:30:00.000Z"
|
|
550
|
-
}
|
|
551
|
-
```
|
|
536
|
+
npm
|
|
552
537
|
|
|
553
538
|
#### 🎛️ **Communication Method Control**
|
|
554
539
|
|