Files
Massimiliano Pippi 878e5923b4 feat: Introduce tracing support for monitoring LlamaDeploy (#530)
* feat: add tracing support

* fix

* fix deps

* simplify import structure

* remove noise, simplify code

* update lockfile

* update docs

* fix e2e tests
2025-06-05 10:43:31 +02:00

9 lines
206 B
TOML

[formatting]
align_comments = false
reorder_keys = false
# Following are to be consistent with toml-sort
indent_string = " "
array_trailing_comma = false
compact_arrays = true
compact_inline_tables = true