fix(event)

This commit is contained in:
2025-04-12 14:15:07 +01:00
parent 02490c6c84
commit ca8583575e

View File

@ -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": {},