From 4dd90fb1a274a2917bf481b6191898838ee98499 Mon Sep 17 00:00:00 2001 From: Dan Constantini Date: Tue, 20 Aug 2024 10:26:37 +0200 Subject: [PATCH] add config --- src/observability/thread.ts | 7 +++++++ tsconfig.json | 13 +++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/observability/thread.ts b/src/observability/thread.ts index 459481c..4defc13 100644 --- a/src/observability/thread.ts +++ b/src/observability/thread.ts @@ -19,7 +19,14 @@ class ThreadFields extends Utils { tags?: Maybe; } +/** + * @ignore + */ export type CleanThreadFields = OmitUtils; + +/** + * @ignore + */ export type ThreadConstructor = Omit & Partial>; diff --git a/tsconfig.json b/tsconfig.json index 90476a6..cea67ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,16 @@ "outputFileStrategy": "modules", "hideInPageTOC": true, "githubPages": false, - "excludePrivate": true + "excludePrivate": true, + "name": "api-reference", + "hidePageHeader": true, + "hideBreadcrumbs": true, + "hidePageTitle": true, + "useCodeBlocks": true, + "parametersFormat": "table", + "propertiesFormat": "table", + "enumMembersFormat": "table", + "indexFormat":"table", }, "exclude": ["eval-promptfoo/*"] -} +} \ No newline at end of file