fix more prompt
This commit is contained in:
@ -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 = `
|
||||
|
@ -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 = `
|
||||
|
Reference in New Issue
Block a user