@langchain/core 0.1.38 → 0.1.39

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.
@@ -0,0 +1 @@
1
+ module.exports = require('../dist/output_parsers/openai_functions/index.cjs');
@@ -0,0 +1 @@
1
+ export * from '../dist/output_parsers/openai_functions/index.js'
@@ -0,0 +1 @@
1
+ export * from '../dist/output_parsers/openai_functions/index.js'
@@ -0,0 +1 @@
1
+ export * from '../dist/output_parsers/openai_functions/index.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/core",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "description": "Core LangChain.js abstractions and schemas",
5
5
  "type": "module",
6
6
  "engines": {
@@ -254,6 +254,15 @@
254
254
  "import": "./output_parsers/openai_tools.js",
255
255
  "require": "./output_parsers/openai_tools.cjs"
256
256
  },
257
+ "./output_parsers/openai_functions": {
258
+ "types": {
259
+ "import": "./output_parsers/openai_functions.d.ts",
260
+ "require": "./output_parsers/openai_functions.d.cts",
261
+ "default": "./output_parsers/openai_functions.d.ts"
262
+ },
263
+ "import": "./output_parsers/openai_functions.js",
264
+ "require": "./output_parsers/openai_functions.cjs"
265
+ },
257
266
  "./outputs": {
258
267
  "types": {
259
268
  "import": "./outputs.d.ts",
@@ -600,6 +609,10 @@
600
609
  "output_parsers/openai_tools.js",
601
610
  "output_parsers/openai_tools.d.ts",
602
611
  "output_parsers/openai_tools.d.cts",
612
+ "output_parsers/openai_functions.cjs",
613
+ "output_parsers/openai_functions.js",
614
+ "output_parsers/openai_functions.d.ts",
615
+ "output_parsers/openai_functions.d.cts",
603
616
  "outputs.cjs",
604
617
  "outputs.js",
605
618
  "outputs.d.ts",