Update tool types to include custom and library tools and add web_search tool

Add web_search tool and change tool definition
This commit is contained in:
akhisud3195 2025-04-11 14:40:19 +05:30 committed by Ramnique Singh
parent 6a4579bec5
commit aad14804ea
12 changed files with 66 additions and 183 deletions

View file

@ -1,7 +1,6 @@
import { Project } from "@/app/lib/types/project_types";
import { z } from "zod";
import { ProjectList } from "./project-list";
import { SectionHeading } from "@/components/ui/section-heading";
import { HorizontalDivider } from "@/components/ui/horizontal-divider";
import clsx from 'clsx';
import { XMarkIcon } from "@heroicons/react/24/outline";