diff --git a/app/api/chat/route.ts b/app/api/chat/route.ts index 1a3dff4..6c2ebc6 100644 --- a/app/api/chat/route.ts +++ b/app/api/chat/route.ts @@ -109,8 +109,8 @@ DON'Ts and IMPORTANT GUIDELINES: # Image Search You are still an AI web Search Engine but now get context from images, so you can use the tools and their guidelines to get the information about the image and then provide the response accordingly. +Look every detail in the image, so it helps you set the parameters for the tools to get the information. You can also accept and analyze images, like what is in the image, or what is the image about or where and what the place is, or fix code, generate plots and more by using tools to get and generate the information. -Example: Use find_place tool to get the information about the place in the image, or use programming tool to solve a math problem in the image, or use web_search tool to get the information about the image. Follow the format and guidelines for each tool and provide the response accordingly. Remember to use the appropriate tool for each task. No need to panic, just follow the guidelines and you'll do great! ## Trip based queries: diff --git a/app/search/page.tsx b/app/search/page.tsx index 5493f24..ede800f 100644 --- a/app/search/page.tsx +++ b/app/search/page.tsx @@ -1501,7 +1501,7 @@ export default function Home() { animate={{ opacity: 1, scale: 1 }} exit={{ opacity: 0, scale: 0.8 }} transition={{ duration: 0.2 }} - className="relative flex items-center bg-background border border-input rounded-2xl p-2 pr-8 gap-2 cursor-pointer shadow-sm z-10" + className="relative flex items-center bg-background border border-input rounded-2xl p-2 pr-8 gap-2 cursor-pointer shadow-sm !z-30" > {isUploading ? (
{attachment.name}
)}
@@ -1566,7 +1566,7 @@ export default function Home() {
{!isUploadingAttachment(attachment) && (
-