Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 5154afe

Browse files
authored
update overview of node agent sdk (#120)
1 parent f1aa119 commit 5154afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ agent.updateConversationField({
389389
});
390390
```
391391
392-
If the conversation has an assigned agent which needs to be removed, this can be done as a part of the same request.
392+
If the conversation has an assigned agent which needs to be removed, this **must** be done as a part of the same request.
393393
>Note: Attempting to remove the assigned agent when there is none will cause the request to fail.
394394
```javascript
395395
agent.updateConversationField({

0 commit comments

Comments
 (0)