mirror of
https://github.com/langchain-ai/langsmith-java.git
synced 2026-08-24 22:01:31 -04:00
fdba8e6123
## Summary - Removes duplicate `private val threads` and `private val traces` property declarations in `LangsmithClientImpl` and `LangsmithClientAsyncImpl` - Removes duplicate `override fun threads()` and `override fun traces()` method overrides in both classes - The commit `feat(smith-sdks): expose threads and traces v2 endpoints in public SDK` accidentally added each declaration twice, causing Kotlin compiler error: `Conflicting declarations` Fixes the build failure in [PR #34](https://github.com/langchain-ai/langsmith-java-staging/pull/34). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>