diff --git a/src/types.ts b/src/types.ts index 134bcb0..3d41e57 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2,7 +2,7 @@ import { ZodObject, ZodRawShape } from 'zod'; import type { X402Signer } from './x402/types'; -export type SearchDepth = 'standard' | 'deep'; +export type SearchDepth = 'fast' | 'standard' | 'deep'; export type ApiKeyConfig = { apiKey: string; baseUrl?: string };