Tools / Friendly Face / BasicWeather

BasicWeather

GPT-4o
GPT-4o mini
Claude 3.5 Haiku
3+
This tool retrieves real-time weather information for any location worldwide and presents it in a clear, readable format. It includes a compact version for chat display and an expanded version for drawer layouts.

Component Overview

Tool preview
1
1
current_temperature
2
2
measurement
3
3
textual_description
4
4
last_update
5
5
1hr_plus
6
6
2hr_plus
7
7
3hr_plus
8
8
4hr_plus
9
9
5hr_plus
10
10
6hr_plus

Preview

Tool preview

Component Props

NameTypedescription
current_temperaturestring
measurementfahrenheit | celsius
textual_descriptionstring
last_updatestring
1hr_plusobject
2hr_plusobject
3hr_plusobject
4hr_plusobject
5hr_plusobject
6hr_plusobject

AI Schema

The use of LLM Schema helps in smooth data integration across different systems and applications. It provides a common language and framework for sharing and exchanging data, allowing disparate systems to communicate effectively.
1 2 3 4 5 6 7 8 9 10 11 12 13 import z from 'zod'; const recipeSchema = z.object({ tool: z.object({ name: z.string(), items: z.array( z.object({ name: z.string(), amount: z.string(), }), ), steps: z.array(z.string()), }), });

Works with

ModelVersionTested
GPT-4o10/12/2024
GPT-4o mini10/12/2024
Claude 3.5 Haiku10/12/2024
3 +