Skip to content

Commit decbdb1

Browse files
committed
point docs to java-sdk
1 parent cd9ea64 commit decbdb1

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)