phonic 0.26.0 → 0.26.1
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 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -174,8 +174,7 @@ const upsertAgentResult = await phonic.agents.upsert({
|
|
|
174
174
|
### Delete agent
|
|
175
175
|
|
|
176
176
|
```ts
|
|
177
|
-
const deleteAgentResult = await phonic.agents.delete({
|
|
178
|
-
name: "chris",
|
|
177
|
+
const deleteAgentResult = await phonic.agents.delete("chris", {
|
|
179
178
|
// Optional fields
|
|
180
179
|
project: "main",
|
|
181
180
|
});
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED