{
"type": "function",
"function": {
"name":
"parameters": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "the name of the user"
},
"email": {
"type": "string",
"description": "the email address of the user"
},
"phone": {
"type": "string",
"description": "The phone number of Vietnamese"
}
}
},
"description": "Get name or phone number or email address of the user"
}
}