fix(event)
This commit is contained in:
@ -24,6 +24,7 @@ Agents available:
|
|||||||
|
|
||||||
eventLocationAgent
|
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.
|
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
|
noteAgent
|
||||||
Use when there is ANY text on the image.
|
Use when there is ANY text on the image.
|
||||||
@ -46,7 +47,7 @@ const MY_TOOLS = `
|
|||||||
"type": "function",
|
"type": "function",
|
||||||
"function": {
|
"function": {
|
||||||
"name": "eventLocationAgent",
|
"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": {
|
"parameters": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {},
|
"properties": {},
|
||||||
|
Reference in New Issue
Block a user