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.
|
There are various tools you can use to perform this task.
|
||||||
|
|
||||||
listEvents
|
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
|
createEvent
|
||||||
Use this to create a new events.
|
Use this to create a new events.
|
||||||
@ -32,6 +32,8 @@ Links an image to a events.
|
|||||||
|
|
||||||
finish
|
finish
|
||||||
Call when there is nothing else to do.
|
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 = `
|
const eventTools = `
|
||||||
|
@ -28,10 +28,12 @@ createLocation
|
|||||||
Use this to create a new location.
|
Use this to create a new location.
|
||||||
|
|
||||||
linkLocation
|
linkLocation
|
||||||
Links an image to a location.
|
Links an image to a location,
|
||||||
|
|
||||||
finish
|
finish
|
||||||
Call when there is nothing else to do.
|
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 = `
|
const locationTools = `
|
||||||
|
Reference in New Issue
Block a user