Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@graphai/agent_utils

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphai/agent_utils - npm Package Compare versions

Comparing version
2.0.3
to
2.0.4
+2
-5
lib/type.d.ts

@@ -52,7 +52,4 @@ export type GraphAIArray<Item = unknown> = {

id: string;
type: string;
function: {
name: string;
arguments?: unknown;
};
name: string;
arguments?: unknown;
};

@@ -59,0 +56,0 @@ export type GraphAITool = {

{
"name": "@graphai/agent_utils",
"version": "2.0.3",
"version": "2.0.4",
"description": "Agent utils for GraphAI.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",