web-search
Search the web for real-time information to access current data and find answers to your queries
Instructions
Search the web for real-time information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
parameters | Yes |
Input Schema (JSON Schema)
{
"properties": {
"parameters": {
"title": "parameters",
"type": "string"
}
},
"required": [
"parameters"
],
"type": "object"
}