From fb117d74f0e917124293e424cdfc39ed3c7ccba3 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 26 May 2023 17:49:42 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/examples/llmWithSearch.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/legacy/examples/llmWithSearch.ts b/legacy/examples/llmWithSearch.ts index 456ddf62..55bad92f 100644 --- a/legacy/examples/llmWithSearch.ts +++ b/legacy/examples/llmWithSearch.ts @@ -2,11 +2,7 @@ import dotenv from 'dotenv-safe' import { OpenAIClient } from 'openai-fetch' import { z } from 'zod' -import { - Agentic, - MetaphorSearchTool, - MetaphorSearchToolOutputSchema -} from '../src' +import { Agentic, MetaphorSearchTool } from '../src' dotenv.config()