fix(event)
This commit is contained in:
@ -24,6 +24,7 @@ Agents available:
|
||||
|
||||
eventLocationAgent
|
||||
Use it when you think the image contains an event or a location of any sort. This can be an event page, a map, an address or a date.
|
||||
This could also be a conversation describing an event.
|
||||
|
||||
noteAgent
|
||||
Use when there is ANY text on the image.
|
||||
@ -46,7 +47,7 @@ const MY_TOOLS = `
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "eventLocationAgent",
|
||||
"description": "Use when you believe there is an event or location on the image",
|
||||
"description": "Use when there is an event or location on the image. This could be in writing form",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {},
|
||||
|
Reference in New Issue
Block a user