Skip to content

Commit d893975

Browse files
committed
Comment
1 parent 5222d78 commit d893975

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/redis_release/bht/conversation_behaviours.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323

2424

2525
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+
2635
def __init__(
2736
self,
2837
name: str,

0 commit comments

Comments
 (0)