Skip to content

Commit 70a98bb

Browse files
authored
Merge pull request #28 from seymourtang/fix/doc
docs: Update list.go to include new agent states in documentation
2 parents 0c405c2 + ffb49da commit 70a98bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

services/convoai/req/list.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ func WithLimit(limit int) ListOption {
4141
//
4242
// - STOPPED (4): Intelligent agent has completed exit
4343
//
44+
// - RECOVERING (5): The agent is recovering.
45+
//
46+
// - FAILED (6): The agent has failed.
47+
//
4448
// @return Returns the ListOption function
4549
//
4650
// @since v0.7.0

0 commit comments

Comments
 (0)