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 5222d78 commit d893975Copy full SHA for d893975
src/redis_release/bht/conversation_behaviours.py
@@ -23,6 +23,15 @@
23
24
25
class SimpleCommandClassifier(ReleaseAction):
26
+ """Manual mode for command classification.
27
+
28
+ The idea is to take first(after manual) word and map it to command and the rest to interpret as input yaml
29
30
+ It should be triggered either if LLM is not available or if user message starts with manual.
31
32
+ TODO: This is not implemented yet.
33
+ """
34
35
def __init__(
36
self,
37
name: str,
0 commit comments