We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607093c commit ffb49daCopy full SHA for ffb49da
services/convoai/req/list.go
@@ -41,6 +41,10 @@ func WithLimit(limit int) ListOption {
41
//
42
// - STOPPED (4): Intelligent agent has completed exit
43
44
+// - RECOVERING (5): The agent is recovering.
45
+//
46
+// - FAILED (6): The agent has failed.
47
48
// @return Returns the ListOption function
49
50
// @since v0.7.0
0 commit comments