Cargo Features
[dependencies]
llm-stack = { version = "0.7.0", default-features = false, features = ["schema", "tracing", "test-utils"] }
- default = schema
-
The
schemafeature is set by default wheneverllm-stackis added withoutsomewhere in the dependency tree.default-features = false - schema default
-
Enables jsonschema ^0.29 and schemars
Affects
structured::generate_object,structured::stream_object_async,structured::collect_stream_object… - tracing
-
Enables tracing
Affects
intercept::interceptors.Logging,intercept::interceptors.LogLevel… - test-utils