This commit is contained in:
2025-04-14 10:40:02 +01:00
parent 4ba41258e0
commit 64f8aa032e
2 changed files with 1 additions and 3 deletions

View File

@ -71,7 +71,7 @@ const locationTools = `
"type": "function",
"function": {
"name": "linkLocation",
"description": "Use to link an already existing location to the image you were sent",
"description": "Use only when you are sure listLocation returned the location in the image. This is used to avoid duplicates.",
"parameters": {
"type": "object",
"properties": {

View File

@ -145,8 +145,6 @@ func main() {
}
}
fmt.Println("DataTypes: ", dataTypes)
jsonImages, err := json.Marshal(dataTypes)
if err != nil {
log.Println(err)