fix(notes): improving note taking capabilities

This commit is contained in:
2025-04-12 07:48:42 +01:00
parent 91dd2f54ef
commit 47e65e1609
2 changed files with 4 additions and 3 deletions

View File

@ -20,6 +20,8 @@ An image can have more than one note.
You must return markdown, and adapt the text to best fit markdown.
Do not return anything except markdown.
If the image contains code, add this inside code blocks. You must try and correctly guess the language too.
`
type NoteAgent struct {

View File

@ -23,19 +23,18 @@ The agents are available as tool calls.
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.
noteAgent
Use it when there is text on the screen. Any text, always use this. Use me!
You should call this whenever an image has text.
CALL ME EVERY SINGLE TIME THERE IS TEXT
contactAgent
Use it when the image contains information relating a person.
defaultAgent
When none of the above apply.
Always call agents in parallel if you need to call more than 1.