feat(app): fix type resolving issues

This commit is contained in:
ItzCrazyKns
2025-11-23 19:22:11 +05:30
parent 6d35d60b49
commit d7dd17c069
8 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
import z from 'zod';
import { ResearchAction } from '../../types';
import { searchSearxng } from '@/lib/searxng';
import { Chunk } from '@/lib/types';
const actionSchema = z.object({
type: z.literal('web_search'),