From ca8583575e20e2f8acf43ddf9c56da6840faaf03 Mon Sep 17 00:00:00 2001 From: John Costa Date: Sat, 12 Apr 2025 14:15:07 +0100 Subject: [PATCH] fix(event) --- backend/agents/orchestrator.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/agents/orchestrator.go b/backend/agents/orchestrator.go index 8494869..721ce22 100644 --- a/backend/agents/orchestrator.go +++ b/backend/agents/orchestrator.go @@ -24,6 +24,7 @@ Agents available: eventLocationAgent Use it when you think the image contains an event or a location of any sort. This can be an event page, a map, an address or a date. +This could also be a conversation describing an event. noteAgent Use when there is ANY text on the image. @@ -46,7 +47,7 @@ const MY_TOOLS = ` "type": "function", "function": { "name": "eventLocationAgent", - "description": "Use when you believe there is an event or location on the image", + "description": "Use when there is an event or location on the image. This could be in writing form", "parameters": { "type": "object", "properties": {},