@inkeep/agents-core 0.0.0-dev-20260122224342 → 0.0.0-dev-20260123073424

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.
@@ -17855,12 +17855,12 @@ declare const MCPToolConfigSchema: z.ZodObject<{
17855
17855
  imageUrl: z.ZodOptional<z.ZodString>;
17856
17856
  capabilities: z.ZodOptional<z.ZodNullable<z.ZodType<ToolServerCapabilities, ToolServerCapabilities, z.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>>;
17857
17857
  lastError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17858
+ relationshipId: z.ZodOptional<z.ZodString>;
17858
17859
  availableTools: z.ZodOptional<z.ZodArray<z.ZodObject<{
17859
17860
  name: z.ZodString;
17860
17861
  description: z.ZodOptional<z.ZodString>;
17861
17862
  inputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
17862
17863
  }, z.core.$strip>>>;
17863
- relationshipId: z.ZodOptional<z.ZodString>;
17864
17864
  tenantId: z.ZodOptional<z.ZodString>;
17865
17865
  projectId: z.ZodOptional<z.ZodString>;
17866
17866
  description: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.0.0-dev-20260122224342",
3
+ "version": "0.0.0-dev-20260123073424",
4
4
  "description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE.md",