From pipeline > config > UI. Provide example project for promptui - Pipeline to config: `kotaemon.contribs.promptui.config.export_pipeline_to_config`. The config follows schema specified in this document: https://cinnamon-ai.atlassian.net/wiki/spaces/ATM/pages/2748711193/Technical+Detail. Note: this implementation exclude the logs, which will be handled in AUR-408. - Config to UI: `kotaemon.contribs.promptui.build_from_yaml` - Example project is located at `examples/promptui/`
10 lines
213 B
INI
10 lines
213 B
INI
[pytest]
|
|
minversion = 7.4.0
|
|
testpaths = tests
|
|
addopts = -ra -q
|
|
log_cli=true
|
|
log_level=WARNING
|
|
log_format = %(asctime)s %(levelname)s %(message)s
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
log_file = logs/pytest-logs.txt
|