{
"page_number": 0,
"page_size": 2,
"tools_page": [
{
"tool_type": "FUNCTION",
"id": "d20827af-5d8d-4f66-b6b9-ce2e3e1ea2b2",
"version": 0,
"version_type": "FIXED",
"name": "get_current_location",
"created_on": 1715267200693,
"modified_on": 1715267200693,
"parameters": "{ \"type\": \"object\", \"properties\": { \"location\": { \"type\": \"string\", \"description\": \"The city and state, e.g. San Francisco, CA\" }}, \"required\": [\"location\"] }",
"version_description": "Fetches user's current location.",
"fallback_content": "Unable to fetch location.",
"description": "Fetches user's current location."
},
{
"tool_type": "FUNCTION",
"id": "4442f3ea-9038-40e3-a2ce-1522b7de770f",
"version": 0,
"version_type": "FIXED",
"name": "get_current_weather",
"created_on": 1715266126705,
"modified_on": 1715266126705,
"parameters": "{ \"type\": \"object\", \"properties\": { \"location\": { \"type\": \"string\", \"description\": \"The city and state, e.g. San Francisco, CA\" }, \"format\": { \"type\": \"string\", \"enum\": [\"celsius\", \"fahrenheit\"], \"description\": \"The temperature unit to use. Infer this from the users location.\" } }, \"required\": [\"location\", \"format\"] }",
"version_description": "Fetches current weather and uses celsius or fahrenheit based on location of user.",
"fallback_content": "Unable to fetch location.",
"description": "Fetches current weather and uses celsius or fahrenheit based on location of user."
}
]
}