Skip to content

WeatherToolOutput

WeatherToolOutput = object

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:4

latitude: number

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:5


longitude: number

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:6


generationtime_ms: number

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:7


utc_offset_seconds: number

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:8


timezone: string

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:9


timezone_abbreviation: string

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:10


elevation: number

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:11


current_units: object

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:12

time: string

interval: string

temperature_2m: string

weather_code: string


current: object

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:18

time: string

interval: number

temperature_2m: number

weather_code: number


hourly_units: object

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:24

time: string

temperature_2m: string

weather_code: string


hourly: object

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:29

time: string[]

temperature_2m: number[]

weather_code: number[]


daily_units: object

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:34

time: string

weather_code: string


daily: object

Defined in: .build/typescript/packages/tools/src/tools/weather.ts:38

time: string[]

weather_code: number[]