ffix
This commit is contained in:
@ -71,7 +71,7 @@ const locationTools = `
|
|||||||
"type": "function",
|
"type": "function",
|
||||||
"function": {
|
"function": {
|
||||||
"name": "linkLocation",
|
"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": {
|
"parameters": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -145,8 +145,6 @@ func main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("DataTypes: ", dataTypes)
|
|
||||||
|
|
||||||
jsonImages, err := json.Marshal(dataTypes)
|
jsonImages, err := json.Marshal(dataTypes)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println(err)
|
log.Println(err)
|
||||||
|
Reference in New Issue
Block a user