@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +276 -134
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +318 -176
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
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, "
|
|
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, "
|
|
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[];
|