All notable changes to the LaunchDarkly Python AI package will be documented in this file. This project adheres to Semantic Versioning.
0.8.0 (2025-02-07)
0.7.0 (2025-01-23)
0.6.0 (2024-12-17)
- Add
LDAIConfigTracker.get_summary
method (#31) (e425b1f) - Add
track_error
to mirrortrack_success
(#33) (404f704)
0.5.0 (2024-12-09)
- Rename model and provider id to name (#27)
0.4.0 (2024-12-02)
0.3.0 (2024-11-22)
- Rename nest parameters under model
- Change modelId to id
- Remove max_tokens and temperature as top level model config keys
- Suffix track methods with metrics
- Rename
LDAIClient.model_config
toLDAIClient.config
- Rename prompt to messages
- Change modelId to id (9564780)
- Remove max_tokens and temperature as top level model config keys (55f34fe)
- Rename
LDAIClient.model_config
toLDAIClient.config
(3a3e913) - Rename nest parameters under model (a2cc966)
- Rename prompt to messages (9a86f0a)
- Suffix track methods with metrics (319f64d)
0.2.0 (2024-11-21)
- Change linting tools to dev-only dependency (#15) (c752739)
- Verify prompt payload exists before accessing it (#19) (d9dd21f)
0.1.1 (2024-11-08)
0.1.0 (2024-11-08)
Initial release of the LaunchDarkly Python AI package. To learn more about the LaunchDarkly Python AI SDK, see the Python AI SDK documentation.