Socket
Socket
Sign inDemoInstall

@langchain/openai

Package Overview
Dependencies
Maintainers
5
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/openai - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

2

dist/chat_models.js

@@ -817,3 +817,3 @@ import { OpenAI as OpenAIClient } from "openai";

openAIFunctionDefinition = {
name: functionName,
name: schema.title ?? functionName,
description: schema.description ?? "",

@@ -820,0 +820,0 @@ parameters: schema,

{
"name": "@langchain/openai",
"version": "0.0.23",
"version": "0.0.24",
"description": "OpenAI integrations for LangChain.js",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc