langsmith 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -168,9 +168,8 @@ await parentRun.end({
168
168
  },
169
169
  });
170
170
 
171
- await parentRun.postRun({
172
- exclude_child_runs: false,
173
- });
171
+ // False directs to not exclude child runs
172
+ await parentRun.postRun(false);
174
173
  ```
175
174
 
176
175
  ### Create a Dataset from Existing Runs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langsmith",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
5
5
  "files": [
6
6
  "dist/",