Web Search
Web Search is design to search and retrieve web content from Internet.
{
"type": "function",
"function": {
"description": "Given one or more queries, searching the web to find relavent information. We would like to more queries at once when possible for better performance.",
"name": "webSearch",
"parameters": {
"type": "object",
"properties": {
"queries": {
"description": "one or more user queries that rewrited for search engine, we would like to more queries at once when possible for better performance.",
"type": "array",
"items": {
"type": "string"
}
},
"sites": {
"description": "please give array [ato.gov.au, moneysmart.gov.au] if user asked search other source specifically",
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"queries"
]
}
}
}
Web Search - ATO
{
"type": "function",
"function": {
"description": "Given one or more queries, searching the web to find relavent information. We would like to more queries at once when possible for better performance.",
"name": "webSearchAto",
"parameters": {
"type": "object",
"properties": {
"queries": {
"description": "one or more user queries that rewrited for search engine, we would like to more queries at once when possible for better performance.",
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"queries"
]
}
}
}
Examples
Updated 21 days ago