Versions in this module Expand all Collapse all v0 v0.1.1 Feb 28, 2024 Changes in this version + type GeocodeArgs struct + Address string + type GeocodeTool struct + func NewGeocodeTool() *GeocodeTool + func (g *GeocodeTool) Definition() openai.FunctionDefinition + func (g *GeocodeTool) Execute() string type WeatherToolArgs + Latitude float64 + Longitude float64 v0.1.0 Feb 27, 2024 Changes in this version + type WeatherTool struct + func NewWeatherTool() *WeatherTool + func (g *WeatherTool) Execute() string + func (w *WeatherTool) Definition() openai.FunctionDefinition + type WeatherToolArgs struct + Location string