@careevolution/mydatahelps-ui 2.24.3-MdhAssistantComponent.42 → 2.24.3-MdhAssistantComponent.43
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.
|
@@ -269,7 +269,7 @@ export declare class QueryDailySleepTool extends StructuredTool {
|
|
|
269
269
|
description: string;
|
|
270
270
|
_call(input: z.infer<typeof this.schema>): Promise<string>;
|
|
271
271
|
}
|
|
272
|
-
export declare class
|
|
272
|
+
export declare class QueryDailyDataTool extends StructuredTool {
|
|
273
273
|
schema: z.ZodObject<{
|
|
274
274
|
type: z.ZodString;
|
|
275
275
|
startDate: z.ZodDate;
|