@axiom-lattice/core 2.1.30 → 2.1.31

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.
package/dist/index.d.mts CHANGED
@@ -823,7 +823,7 @@ interface CreateMetricsToolParams$4 {
823
823
  serverKeys: string[];
824
824
  serverDescriptions?: Record<string, string>;
825
825
  }
826
- declare const createListMetricsDataSourcesTool: ({ serverKeys, serverDescriptions }: CreateMetricsToolParams$4) => langchain.DynamicStructuredTool<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, {}, {}, string, "list_metrics_datasources">;
826
+ declare const createListMetricsDataSourcesTool: ({ serverKeys, serverDescriptions }: CreateMetricsToolParams$4) => langchain.DynamicStructuredTool<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, {}, {}, string, "list_datasources">;
827
827
 
828
828
  interface CreateMetricsToolParams$3 {
829
829
  serverKeys: string[];
package/dist/index.d.ts CHANGED
@@ -823,7 +823,7 @@ interface CreateMetricsToolParams$4 {
823
823
  serverKeys: string[];
824
824
  serverDescriptions?: Record<string, string>;
825
825
  }
826
- declare const createListMetricsDataSourcesTool: ({ serverKeys, serverDescriptions }: CreateMetricsToolParams$4) => langchain.DynamicStructuredTool<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, {}, {}, string, "list_metrics_datasources">;
826
+ declare const createListMetricsDataSourcesTool: ({ serverKeys, serverDescriptions }: CreateMetricsToolParams$4) => langchain.DynamicStructuredTool<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, {}, {}, string, "list_datasources">;
827
827
 
828
828
  interface CreateMetricsToolParams$3 {
829
829
  serverKeys: string[];