From 4ba41258e089a506bf16c176d0d8f1d38279e72c Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 14 Apr 2025 10:38:25 +0100 Subject: [PATCH] prompt --- backend/agents/location_agent.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/agents/location_agent.go b/backend/agents/location_agent.go index b219449..20a9ba5 100644 --- a/backend/agents/location_agent.go +++ b/backend/agents/location_agent.go @@ -25,11 +25,10 @@ listLocations Lists the users already existing locations. createLocation -Use this to create a new location. +Use this to create a new location, when you don't see a mtching one from listLocations call. linkLocation -Links an image to a location. Only call this when you know theres a very close match from listLocation. -Otherwise create a new location. +Use when an image contains a duplicate location the user already has from listLocations. finish Call when there is nothing else to do.