@graphai/agent_utils
Advanced tools
Comparing version
@@ -20,2 +20,5 @@ export type GraphAIArray<Item = unknown> = { | ||
}; | ||
export type GraphAINullableText = { | ||
text: string | null; | ||
}; | ||
export type GraphAIData<Data = unknown> = { | ||
@@ -22,0 +25,0 @@ data: Data; |
{ | ||
"name": "@graphai/agent_utils", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Agent utils for GraphAI.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
6370
1.01%133
2.31%