@flatfile/ai-agents
Advanced tools
Comparing version 0.1.0-alpha.16 to 0.1.0-alpha.17
@@ -158,5 +158,5 @@ // src/graphs/blueprint.graph.ts | ||
config: z.object({ | ||
key: z.string(), | ||
ref: z.string(), | ||
relationship: z.enum(["has-one", "has-many"]) | ||
key: z.string().describe("The field key to reference"), | ||
ref: z.string().describe("The sheet slug to reference"), | ||
relationship: z.enum(["has-one", "has-many"]).describe("The relationship type") | ||
}) | ||
@@ -163,0 +163,0 @@ }); |
{ | ||
"name": "@flatfile/ai-agents", | ||
"version": "0.1.0-alpha.16", | ||
"version": "0.1.0-alpha.17", | ||
"description": "A collection of AI Agents and Workflows for building in Flatfile", | ||
@@ -5,0 +5,0 @@ "packageManager": "npm@10.8.3", |
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
74771