MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / getWeather

Function getWeather

examples/astro/baseai/tools/weather.ts:1–3  ·  view source on GitHub ↗
({location}: {location: string})

Source from the content-addressed store, hash-verified

1const getWeather = ({location}: {location: string}) => {
2 return `Weather of ${location} is 16`;
3};
4
5const toolGetWeather = () => ({
6 run: getWeather,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected