feat(api): manual updates

This commit is contained in:
stainless-app[bot]
2025-11-07 19:20:33 +00:00
parent 3e0c4b89d9
commit 3da5f2870c
5 changed files with 20 additions and 20 deletions
@@ -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) }
@@ -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) }