{
"type": "endpoint",
"tool": {
"type": "function",
"function": {
"name": "search_current_mortgage_rate",
"description": "Look up information about mortgage and interest rates, housing market and economic outlooks, and lender information from a website.",
"parameters": {
"type": "object",
"required": [
"question",
"web"
],
"properties": {
"question": {
"type": "string",
"description": "A user question, e.g. What are the current weekly averages for fixed rate mortgages?"
},
"web": {
"type": "string",
"description": "The website to search, e.g. https://syllable.ai",
"default": "https://www.bankrate.com/"
}
}
}
}
},
"endpoint": {
"url": "http://helix-app/v1/search",
"method": "post",
"argumentLocation": "body"
},
"defaults": null,
"staticParameters": [
{
"name": "web",
"description": "The website to search.",
"required": true,
"type": "string",
"default": "https://www.bankrate.com/"
}
],
"result": null
}