diff --git a/README.md b/README.md index 57d1d35bf..8d435b8f1 100644 --- a/README.md +++ b/README.md @@ -627,6 +627,7 @@ Using the `jsonschema` package, this schema could be created using structs as su ```go FunctionDefinition{ Name: "get_current_weather", + Description:"Get the current weather in a given location", Parameters: jsonschema.Definition{ Type: jsonschema.Object, Properties: map[string]jsonschema.Definition{