From 99467fa40edbe4d59e4f1480cbcb44338bfc3ed5 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 26 Jul 2024 20:17:18 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/src/types.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/legacy/src/types.ts b/legacy/src/types.ts index 14ad9de2..ecf0226f 100644 --- a/legacy/src/types.ts +++ b/legacy/src/types.ts @@ -23,10 +23,7 @@ export type MaybePromise = T | Promise // TODO: use a more specific type export type JSONSchema = Record -export type RelaxedJsonifiable = - | Jsonifiable - | Record - | JSONSchema +export type RelaxedJsonifiable = Jsonifiable | Record export interface AIFunctionSpec { /** AI Function name. */