@langchain/google-common 0.0.7 → 0.0.9

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.
@@ -77,7 +77,6 @@ function copyAIModelParamsInto(params, options, target) {
77
77
  throw new Error(`Cannot mix structured tools with Gemini tools.\nReceived ${structuredOutputTools.length} structured tools and ${geminiTools.length} Gemini tools.`);
78
78
  }
79
79
  ret.tools = geminiTools ?? structuredOutputTools;
80
- console.log(ret);
81
80
  return ret;
82
81
  }
83
82
  exports.copyAIModelParamsInto = copyAIModelParamsInto;
@@ -73,7 +73,6 @@ export function copyAIModelParamsInto(params, options, target) {
73
73
  throw new Error(`Cannot mix structured tools with Gemini tools.\nReceived ${structuredOutputTools.length} structured tools and ${geminiTools.length} Gemini tools.`);
74
74
  }
75
75
  ret.tools = geminiTools ?? structuredOutputTools;
76
- console.log(ret);
77
76
  return ret;
78
77
  }
79
78
  export function modelToFamily(modelName) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/google-common",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "Core types and classes for Google services.",
5
5
  "type": "module",
6
6
  "engines": {