@langchain/google-common
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -368,3 +368,3 @@ import { ChatGenerationChunk, } from "@langchain/core/outputs"; | ||
function baseToAnthropicMessage(base) { | ||
const type = base.getType(); | ||
const type = base._getType(); | ||
switch (type) { | ||
@@ -371,0 +371,0 @@ case "human": |
{ | ||
"name": "@langchain/google-common", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Core types and classes for Google services.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
384914