Parameter | Type |
---|---|
q | STRING |
gl | STRING |
hl | STRING |
[
{
"description": "Search Google and return top 10 results",
"name": "searchGoogle",
"parameters": {
"properties": {
"q": {
"type": "string"
},
"gl": {
"type": "string"
},
"hl": {
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
}
}
]