fix more prompt

This commit is contained in:
2025-04-14 10:33:56 +01:00
parent 98799b01e6
commit 60273c5782
2 changed files with 6 additions and 2 deletions

View File

@ -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 = `

View File

@ -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 = `