Type Alias: GetWeatherToolResults
GetWeatherToolResults =
object
Defined in: src/agent/tools/GetWeatherTool.ts:8
Properties
error?
optional
error:string
Defined in: src/agent/tools/GetWeatherTool.ts:9
temperature?
optional
temperature:number
Defined in: src/agent/tools/GetWeatherTool.ts:10
weathercode?
optional
weathercode:number
Defined in: src/agent/tools/GetWeatherTool.ts:11