You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "You will use this whenever the query is related to any type of action related to the investigation of persons or entities of any kind.",
"parameters": {
"type": "object",
"properties": {
"mail": {
"type": "string",
"description": "The mail/domain to search, if not full mail is provided, take the domain",
},
"nickname": {
"type": "string",
"description": "The nickname to search",
},
},
"required": ["mail", "nickname"], # Puedes añadir los parametros que quieras