[AUR-396] Scaffold prompt engineering code base section (#5)

This commit is contained in:
Nguyen Trung Duc (john) 2023-08-30 14:31:21 +07:00 committed by GitHub
parent 5241edbc46
commit 4211315a54
4 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
"""CLI commands that can be imported by the kotaemon.cli module"""

View File

@ -0,0 +1 @@
"""Get config from Pipeline"""

View File

@ -0,0 +1 @@
"""Export logs into Excel file"""

View File

@ -0,0 +1,6 @@
"""Create UI from config file. Execute the UI from config file
- Can do now: Log from stdout to UI
- In the future, we can provide some hooks and callbacks to let developers better
fine-tune the UI behavior.
"""