pull/643/head^2
Travis Fischer 2024-06-06 00:29:30 -05:00
rodzic ff54a42efd
commit 074e2ef071
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ import { WeatherClient } from '@agentic/stdlib'
const weather = new WeatherClient() // (requires `WEATHER_API_KEY` env var)
const result = await clearbit.getCurrentWeather({
const result = await weather.getCurrentWeather({
q: 'San Francisco'
})