mirror of
https://github.com/langchain-ai/langsmith-java.git
synced 2026-08-24 12:22:55 -04:00
feat(api): manual updates
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ class LangsmithOkHttpClient private constructor() {
|
||||
/**
|
||||
* The base URL to use for every request.
|
||||
*
|
||||
* Defaults to the production environment: `https://api.example.com`.
|
||||
* Defaults to the production environment: `https://api.smith.langchain.com`.
|
||||
*/
|
||||
fun baseUrl(baseUrl: String?) = apply { clientOptions.baseUrl(baseUrl) }
|
||||
|
||||
|
||||
+1
-1
@@ -144,7 +144,7 @@ class LangsmithOkHttpClientAsync private constructor() {
|
||||
/**
|
||||
* The base URL to use for every request.
|
||||
*
|
||||
* Defaults to the production environment: `https://api.example.com`.
|
||||
* Defaults to the production environment: `https://api.smith.langchain.com`.
|
||||
*/
|
||||
fun baseUrl(baseUrl: String?) = apply { clientOptions.baseUrl(baseUrl) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user