diff --git a/backend/agents/event_agent.go b/backend/agents/event_agent.go index a375ea1..4e646ee 100644 --- a/backend/agents/event_agent.go +++ b/backend/agents/event_agent.go @@ -22,7 +22,7 @@ This could be a friend suggesting to meet, a conference, or anything that looks There are various tools you can use to perform this task. listEvents -Lists the users already existing events, you should do this before using createEvents to avoid creating duplicates. +Lists the users already existing events. createEvent Use this to create a new events. @@ -32,6 +32,8 @@ Links an image to a events. finish Call when there is nothing else to do. + +You should not use linkEvent if you are not sure the image contains an event found in listEvents. ` const eventTools = ` diff --git a/backend/agents/location_agent.go b/backend/agents/location_agent.go index 5e56d54..ec1dca5 100644 --- a/backend/agents/location_agent.go +++ b/backend/agents/location_agent.go @@ -28,10 +28,12 @@ createLocation Use this to create a new location. linkLocation -Links an image to a location. +Links an image to a location, finish Call when there is nothing else to do. + +You should not use linkLocation if you are not sure the image contains a location found in linkLocation. ` const locationTools = `