File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ` grep -h "No action found for" * -A1 | sort -u^J-- `
3
+
4
+ Produces these:
5
+ ```
6
+ accept_designation
7
+ ask_for_clarification
8
+ ask_for_explanation
9
+ ASK_FOR_EXPLANATION
10
+ ask_for_more_info
11
+ bootstrap
12
+ brainstorm
13
+ CONTINUE
14
+ contribute_to_open_source_project
15
+ contribute_to_project
16
+ discuss
17
+ discuss possible solutions
18
+ dive deeper
19
+ dive deeper into the idea
20
+ explain
21
+ EXPLAIN
22
+ explore
23
+ explore_concept
24
+ follow_link
25
+ investigate
26
+ No action found for
27
+ none
28
+ None
29
+ open_voice_chat
30
+ proposed_exploration
31
+ request_info
32
+ request_visualization
33
+ research mathematical cosmology
34
+ simulate
35
+ visualize
36
+ ``
Original file line number Diff line number Diff line change @@ -710,3 +710,5 @@ set | grep TWITTER
710
710
711
711
docker logs -f agent-docker.service
712
712
```
713
+
714
+
You can’t perform that action at this time.
0 commit comments