Skip to content

Commit efa16fc

Browse files
feat(api): api update
1 parent 2765332 commit efa16fc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 102
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/langsmith%2Flangsmith-api-5b9b97875a31856a4cc9cb65f53f8c39b85a7247f4ae2570e1ff0529f8a7df1a.yml
3-
openapi_spec_hash: a86d557f44cf6d89867c536f6b85cd6e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/langsmith%2Flangsmith-api-bc1f302915c4d87fd6fc962d3789ae714d63b9f2164e3ef512a7be94cf0a2643.yml
3+
openapi_spec_hash: 02460db53e7a9603d3d9b554e3589fa4
44
config_hash: 787a12876983a14bce67ed57899e4a94

buildSrc/src/main/kotlin/langchain.publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ configure<MavenPublishBaseExtension> {
4343

4444
pom {
4545
name.set("LangSmith")
46-
description.set("The LangSmith API is used to programmatically create and manage LangSmith\nresources.\n\n## Host\n\nhttps://dev.api.smith.langchain.com\n\n## Authentication\n\nTo authenticate with the LangSmith API, set the `X-Api-Key` header to a valid\n[LangSmith API key](https://docs.langchain.com/langsmith/create-account-api-key#create-an-api-key).")
46+
description.set("The LangSmith API is used to programmatically create and manage LangSmith\nresources.\n\n## Host\n\nhttps://api.smith.langchain.com\n\n## Authentication\n\nTo authenticate with the LangSmith API, set the `X-Api-Key` header to a valid\n[LangSmith API key](https://docs.langchain.com/langsmith/create-account-api-key#create-an-api-key).")
4747
url.set("https://www.github.com/langchain-ai/langsmith-java")
4848

4949
licenses {

0 commit comments

Comments
 (0)