mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-19 18:35:18 +02:00
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:
parent
6a4579bec5
commit
aad14804ea
12 changed files with 66 additions and 183 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue