Skip to content

Commit bfc4085

Browse files
point docs to java-sdk (#153)
* point docs to java-sdk Co-authored-by: Hurshal Patel <github@services.hurshal.com> --------- Co-authored-by: Hurshal Patel <github@services.hurshal.com>
1 parent cd9ea64 commit bfc4085

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Braintrust Kotlin API Library
22

3+
NOTE: This repo is a Kotlin client for the Braintrust REST API. If you wish to trace and write evals, see the [Braintrust Java SDK](https://github.com/braintrustdata/braintrust-sdk-java)
4+
35
The Braintrust Kotlin SDK provides convenient access to the Braintrust REST API from applications written in Kotlin. It includes helper classes with helpful types and documentation for every request and response property.
46

57
The Braintrust Kotlin SDK is similar to the Braintrust Java SDK but with minor differences that make it more ergonomic for use in Kotlin, such as nullable values instead of `Optional`, `Sequence` instead of `Stream`, and suspend functions instead of `CompletableFuture`.

0 commit comments

Comments
 (0)