Skip to content

Commit ffb49da

Browse files
committed
docs: Update list.go to include new agent states in documentation
1 parent 607093c commit ffb49da

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)