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()