Skip to content

Commit 100764a

Browse files
committed
add additional missing method description
1 parent 5d75d4d commit 100764a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk/server-ai/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ All notable changes to the LaunchDarkly Python AI package will be documented in
2121
* Added `judge_config` method to AI SDK to retrieve an AI Judge Config ([#73](https://github.com/launchdarkly/python-server-sdk-ai/issues/73)) ([62cb2aa](https://github.com/launchdarkly/python-server-sdk-ai/commit/62cb2aa7f4641777c61fdc2cc6013357ef7289be))
2222
* Added `track_eval_scores` method to config tracker ([#73](https://github.com/launchdarkly/python-server-sdk-ai/issues/73)) ([62cb2aa](https://github.com/launchdarkly/python-server-sdk-ai/commit/62cb2aa7f4641777c61fdc2cc6013357ef7289be))
2323
* Added `track_judge_response` method to config tracker ([#73](https://github.com/launchdarkly/python-server-sdk-ai/issues/73)) ([62cb2aa](https://github.com/launchdarkly/python-server-sdk-ai/commit/62cb2aa7f4641777c61fdc2cc6013357ef7289be))
24+
* Added `track_metrics_of` async method to config tracker for generic AI operation tracking ([#73](https://github.com/launchdarkly/python-server-sdk-ai/issues/73)) ([62cb2aa](https://github.com/launchdarkly/python-server-sdk-ai/commit/62cb2aa7f4641777c61fdc2cc6013357ef7289be))
2425
* Chat will evaluate responses with configured judges ([#73](https://github.com/launchdarkly/python-server-sdk-ai/issues/73)) ([62cb2aa](https://github.com/launchdarkly/python-server-sdk-ai/commit/62cb2aa7f4641777c61fdc2cc6013357ef7289be))
2526
* Deprecated `LDAIClient.config()` and will be removed in a future version, use `LDAIClient.completion_config()` instead
2627
* Deprecated `LDAIClient.agent()` and will be removed in a future version, use `LDAIClient.agent_config()` instead

0 commit comments

Comments
 (0)