[
{
"name": "searchWeb",
"url": "https://lobechat-web.proghit.com/api/search",
"description": "Search Google for relevant web pages.",
"parameters": {
"required": [
"query"
],
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What the user is looking for"
}
}
}
}
]